Skip to content

Commit 039298e

Browse files
Updated readme
1 parent 1706924 commit 039298e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

224224
Your 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.
228228
Use gcc 7 or 8 or clang.
229229

230+
You may need to install the following packages:
231+
230232
1. gcc, clang, make and other essential c/c++ tools:
231233

232234
```
@@ -249,6 +251,11 @@ sudo apt-get install mesa-common-dev
249251
sudo apt-get install mesa-utils
250252
sudo apt-get install libgl-dev
251253
sudo 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

254261
To configure Vulkan you will also need to:

0 commit comments

Comments
 (0)