Updated Installation (markdown)
parent
a0b44a95be
commit
6d4bdb7fc3
1 changed files with 5 additions and 1 deletions
|
@ -27,10 +27,14 @@ Dependencies:
|
|||
* Create a *build* directory inside the project directory and *cd* into it
|
||||
* Generate project files: `cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake`
|
||||
|
||||
### Debian / Ubuntu Linux
|
||||
### Debian / Ubuntu
|
||||
|
||||
* Install Clang or GCC
|
||||
* 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`
|
||||
|
||||
### openSUSE
|
||||
|
||||
Build from source or install [this](https://build.opensuse.org/request/show/845271) package.
|
Loading…
Reference in a new issue