godotengine / godotengine/godot-docs

Add libstdc++ static library to the distro-specific oneliners for Linux

Open
#4,617 0 comments 0 reactions 0 assignees View on GitHub
area:engine details enhancement
Dominant language
reStructuredText
Stars
5.7k
Forks
3.8k
Avg merge
1d 20h
Merged PRs (30d)
25

Description

After https://github.com/godotengine/godot/pull/45629, SCons builds for Linux will default to linking libstdc++ statically, so the static library needs to be installed. The shared library is typically installed together with GCC, but the static is often an optional package.

Some packages I know of:
- Fedora: `libstdc++-static`
- Mageia: `libstdc++-static-devel`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.