Skip to content

Commit

Permalink
Update COMPILING-CMAKE-VCPKG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alef authored Nov 8, 2022
1 parent ce06d9e commit 56b4da9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/COMPILING/COMPILING-CMAKE-VCPKG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ For the official way to build CataclysmDDA, see:

# Prerequisites

`cmake` => 3.20.0
`cmake` => 3.20.0<br/>
`vcpkg` from [vcpkg.io](https://vcpkg.io/en/getting-started.html)

## Visual Studio

`C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe`

## vcpkg

Define the installed path via `VCPKG_ROOT` env or add `-DVCPKG_ROOT=path` to `cmake`.

# Presets

Presets will build into `out/build/<preset>/`
Expand Down

0 comments on commit 56b4da9

Please sign in to comment.