Update Compiling on Debian 11 Bullseye

Moritz Bunkus 2021-07-11 09:51:33 +00:00
parent b30777ed6f
commit f172acd52d

@ -26,4 +26,6 @@ That's it.
I haven't tested this myself, but it should work similar to compiling with `clang` described above:
1. Install the `g++-9` package
2. When running `configure`, add the following two command-line arguments: `CC=/usr/bin/gcc-9 CXX=/usr/bin/g++-9`
2. When running `configure`, add the following two command-line arguments: `CC=/usr/bin/gcc-9 CXX=/usr/bin/g++-9`
Categories: [building](FAQ#category-building)