mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Add vcpkg steps to windows build instructions.
This commit is contained in:
parent
15d8ed0e39
commit
ea1a60e260
10
README.md
10
README.md
@ -26,6 +26,16 @@ Build steps below assume you have already cloned the repository and entered it l
|
||||
|
||||
#### Building - Windows
|
||||
Requires Visual Studio C++ Tools (cmake and vcpkg)
|
||||
|
||||
Install and configure vcpkg:
|
||||
```sh
|
||||
git clone https://github.com/microsoft/vcpkg.git
|
||||
cd vcpkg && bootstrap-vcpkg.bat
|
||||
setx VCPKG_ROOT="C:\path\to\vcpkg"
|
||||
setx PATH=%VCPKG_ROOT%;%PATH%
|
||||
```
|
||||
|
||||
Build Descent 3:
|
||||
```sh
|
||||
cmake --preset win -D LOGGER=[ON|OFF]
|
||||
cmake --build --preset win --config [Debug|Release]
|
||||
|
Loading…
Reference in New Issue
Block a user