Updated Installation (markdown)
parent
53b7170bcc
commit
d53ea98c71
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ Requirements:
|
||||||
* [CMake](https://cmake.org/)
|
* [CMake](https://cmake.org/)
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
* [Boost](https://www.boost.org/) ≥ 1.68
|
* [Boost](https://www.boost.org/) ≥ 1.65
|
||||||
* algorithm
|
* algorithm
|
||||||
* asio
|
|
||||||
* filesystem
|
* filesystem
|
||||||
* format
|
* format
|
||||||
* iostreams
|
* iostreams
|
||||||
|
@ -23,7 +22,7 @@ Dependencies:
|
||||||
* Install Visual Studio 2019
|
* Install Visual Studio 2019
|
||||||
* Install CMake
|
* Install CMake
|
||||||
* Install [vcpkg](https://github.com/microsoft/vcpkg)
|
* 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
|
* 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`
|
* Generate project files: `cmake .. -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue