Updated Installation (markdown)

seedhartha 2021-02-25 19:21:05 +07:00
parent c6c421f04f
commit adc5d72d21

@ -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