File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,11 +222,13 @@ to build as it will use Visual Studio 2013 (v120) toolset that lacks proper c++1
222222## Linux
223223
224224Your Linux environment needs to be set up for c++ development. If it already is, make sure your c++ tools are up to date
225- as Diligent Engine uses modern c++ features (clang 10 or later is recommended). You may need to install the following packages:
225+ as Diligent Engine uses modern c++ features (clang 10 or later is recommended).
226226
227- :warning : gcc 9, 10 and 11 seemingly produce invalid code in release configurations that causes crash on startup.
227+ :warning : gcc 9, 10 and 11 seemingly produce invalid binary code in release configurations that causes crash on startup.
228228Use gcc 7 or 8 or clang.
229229
230+ You may need to install the following packages:
231+
2302321 . gcc, clang, make and other essential c/c++ tools:
231233
232234```
@@ -249,6 +251,11 @@ sudo apt-get install mesa-common-dev
249251sudo apt-get install mesa-utils
250252sudo apt-get install libgl-dev
251253sudo apt-get install python3-distutils
254+ sudo apt-get install libgl1-mesa-dev
255+ sudo apt-get install libxrandr-dev
256+ sudo apt-get install libxinerama-dev
257+ sudo apt-get install libxcursor-dev
258+ sudo apt-get install libxi-dev
252259```
253260
254261To configure Vulkan you will also need to:
You can’t perform that action at this time.
0 commit comments