Updated Installation (markdown)
parent
08b2d4df8f
commit
4033c8a8d1
1 changed files with 3 additions and 2 deletions
|
@ -15,14 +15,15 @@ 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) (optional)
|
||||
* [FFmpeg](https://ffmpeg.org/download.html#releases)
|
||||
* [wxWidgets](https://www.wxwidgets.org/downloads/) (optional)
|
||||
|
||||
### Windows
|
||||
|
||||
* Install Visual Studio 2019
|
||||
* Install CMake
|
||||
* Install [vcpkg](https://github.com/microsoft/vcpkg)
|
||||
* Install dependencies: `./vcpkg install boost-algorithm boost-filesystem boost-format boost-iostreams boost-program-options boost-property-tree glm sdl2 glew openal-soft libmad ffmpeg --triplet x64-windows`
|
||||
* Install dependencies: `./vcpkg install boost-algorithm boost-filesystem boost-format boost-iostreams boost-program-options boost-property-tree glm sdl2 glew openal-soft libmad ffmpeg wxwidgets --triplet x64-windows`
|
||||
* 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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue