Updated Installation (markdown)

seedhartha 2021-03-08 15:35:03 +07:00
parent 53b7170bcc
commit d53ea98c71

@ -3,9 +3,8 @@ Requirements:
* [CMake](https://cmake.org/)
Dependencies:
* [Boost](https://www.boost.org/) ≥ 1.68
* [Boost](https://www.boost.org/) ≥ 1.65
* algorithm
* asio
* filesystem
* format
* iostreams
@ -23,7 +22,7 @@ Dependencies:
* Install Visual Studio 2019
* Install CMake
* Install [vcpkg](https://github.com/microsoft/vcpkg)
* Install dependencies: `./vcpkg install boost-algorithm boost-asio 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 --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`