From f172acd52d205740e57f524059b7d2f2317ec3fe Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 11 Jul 2021 09:51:33 +0000 Subject: [PATCH] Update Compiling on Debian 11 Bullseye --- Compiling-on-Debian-11-Bullseye.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Compiling-on-Debian-11-Bullseye.md b/Compiling-on-Debian-11-Bullseye.md index fbded49..6da911f 100644 --- a/Compiling-on-Debian-11-Bullseye.md +++ b/Compiling-on-Debian-11-Bullseye.md @@ -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` \ No newline at end of file +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) \ No newline at end of file