Skip to content

Commit

Permalink
Update Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Mar 30, 2023
1 parent 554e395 commit b7bc83d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ Build the dependencies and generate the Visual Studio project files:

```bash
git clone https://github.com/microsoft/vcpkg
cmake .. -DCMAKE_TOOLCHAIN_FILE=".\vcpkg\scripts\buildsystems\vcpkg.cmake" DVCPKG_OVERLAY_TRIPLETS="..\config\vcpkg_triplets" -DVCPKG_TARGET_TRIPLET="custom-triplet"
cmake .. -DCMAKE_TOOLCHAIN_FILE=".\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_OVERLAY_TRIPLETS="..\config\vcpkg_triplets" -DVCPKG_TARGET_TRIPLET="custom-triplet"
```

Build and test the program:

```bash
cmake --build .
.\Debug\rsgain.exe
cmake --build . --config Release
.\Release\rsgain.exe
```

Optionally, generate a zipped install package:
Expand Down

0 comments on commit b7bc83d

Please sign in to comment.