godotengine / godotengine/godot-docs
Add libstdc++ static library to the distro-specific oneliners for Linux
Open
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.