Skip to content

Commit e09007a

Browse files
authored
Update README.md
1 parent 189ce02 commit e09007a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently it is in very early stage, a little progress so far: https://www.youtu
2626
At the moment, makefile configured so project will build with clang compiler.
2727

2828
Before build project make sure to install dependencies:
29-
* apt install libglew-dev libglfw3-dev libglm-dev libgl1-mesa-dev xorg-dev clang
29+
* apt install libglew-dev libglm-dev libgl1-mesa-dev xorg-dev clang
3030

3131
Run these commands in terminal:
3232
* git clone --recurse-submodules https://github.com/codenamecpp/carnage3d
@@ -38,7 +38,6 @@ You will need Visual Studio 2015 Community Edition to build project.
3838
Before compile, add system environment variable __SDKDIR__ with path where all the dependencies lives. These dependencies are:
3939
* GLEW
4040
* GLM
41-
* GLFW
4241

4342
## Configure ##
4443
Game needs to be configured before launch, there is example config document in __gamedata/config/sys_config.json.default__ - it must be copy-pasted to same directory but withoud ".default" suffix: __gamedata/config/sys_config.json__ .

0 commit comments

Comments
 (0)