Updated Installation (markdown)
parent
c6c421f04f
commit
adc5d72d21
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ Dependencies:
|
|||
* Install CMake
|
||||
* Install dependencies: `sudo apt install libboost-all-dev libsdl2-dev libglew-dev libopenal-dev libmad0-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev`
|
||||
* Create a *build* directory inside the project directory and *cd* into it
|
||||
* Generate Makefiles: `cmake .. -DUSE_EXTERNAL_GLM=ON`
|
||||
* Generate Makefiles: `cmake ..`
|
||||
|
||||
### MacOS
|
||||
|
||||
|
@ -42,7 +42,7 @@ Dependencies:
|
|||
* Install Xcode Developer tools and Homebrew
|
||||
* Install dependencies: `brew install boost bjam sdl2 glew openal-soft mad ffmpeg`
|
||||
* Create a *build* directory inside the project directory and cd into it
|
||||
* Generate Makefiles: `cmake .. -DUSE_EXTERNAL_GLM=ON`
|
||||
* Generate Makefiles: `cmake ..`
|
||||
|
||||
### openSUSE
|
||||
|
||||
|
|
Loading…
Reference in a new issue