From a6419f3ebcdf0ef0357c5f48f0fa12a663374b7f Mon Sep 17 00:00:00 2001 From: devdude Date: Tue, 15 Oct 2024 18:51:36 -0400 Subject: Updated System Requirements For Ubuntu 22.04 - GCC 12 for Ubuntu 22.04 needs to be manually installed and set as the primary g++ tool - Updated System Requirements documentation to add the additional commands --- docs/contribution/system-requirements.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/contribution/system-requirements.md b/docs/contribution/system-requirements.md index 9fd7719..9e1f16b 100644 --- a/docs/contribution/system-requirements.md +++ b/docs/contribution/system-requirements.md @@ -27,6 +27,7 @@ If you're installing Visual Studio 2015, ensure you choose custom and pick C++ a ### Linux Requirements * GCC 12.3+ + * For Ubuntu 22.04, you need to manually install g++-12 and set that version as active #### Debian/Ubuntu Linux Install ```sh @@ -43,7 +44,11 @@ apt-get install \ libpulse-dev \ libudev-dev \ libxi-dev \ - libxrandr-dev + libxrandr-dev \ + g++-12 + +update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12 +update-alternatives --set g++ /usr/bin/g++-12 ``` #### Arch Linux Requirements -- cgit v1.2.3-56-ga3b1