Updated Installation (markdown)
parent
84e4eda46a
commit
e01bbcbbe8
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Dependencies:
|
|||
* [GLEW](http://glew.sourceforge.net/)
|
||||
* [OpenAL](https://github.com/kcat/openal-soft)
|
||||
* [MAD](https://www.underbit.com/products/mad/)
|
||||
* [FFmpeg](https://ffmpeg.org/download.html#releases)
|
||||
* [FFmpeg](https://ffmpeg.org/download.html#releases) (optional)
|
||||
|
||||
### Windows
|
||||
|
||||
|
@ -31,6 +31,6 @@ Dependencies:
|
|||
|
||||
* Install Clang
|
||||
* Install CMake
|
||||
* Install dependencies: `sudo apt install libboost-all-dev libsdl2-dev libglew-dev libopenal-dev libmad0-dev libavcodec-dev libavformat-dev libavutil-dev libswscale-dev`
|
||||
* 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`
|
||||
|
|
Loading…
Reference in a new issue