Updated Installation (markdown)

seedhartha 2021-03-09 21:21:35 +07:00
parent 08b2d4df8f
commit 4033c8a8d1

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