Skip to content

Commit

Permalink
Update build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaPosch committed Mar 13, 2022
1 parent 890ab73 commit 9461ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ Or (building and running on Windows & other **desktop** platforms):
With **MSVC** toolchain:

1. Download or clone the project repository.
2. Ensure [vcpkg](https://vcpkg.io/) is installed and on the system path.
2. Ensure [vcpkg](https://vcpkg.io/) is installed with the VCPKG_ROOT environment variable defined.
3. Compile from native x64 MSVC shell using `Setup-NMake-vcpkg.bat`.
4. Create [InnoSetup](https://jrsoftware.org/isinfo.php)-based installer using `Setup-NMake-vcpkg.bat package` with IS binaries on the system path.
4. Create [InnoSetup](https://jrsoftware.org/isinfo.php)-based installer using `Setup-NMake-vcpkg.bat package` with the IS root folder in the system path.

On **Android**:

Expand Down
2 changes: 1 addition & 1 deletion doc/building_nymphcast_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In order to use Clang instead of GCC/MinGW, call `make` as follows:

## MSVC ##

To compile the server with MSVC (2017, 2019 or 2022), ensure [vcpkg](https://vcpkg.io/) is installed and call the provided .bat file from a native x64 MSVC shell:
To compile the server with MSVC (2017, 2019 or 2022), ensure [vcpkg](https://vcpkg.io/) is installed with the `VCPKG_ROOT` environment variable defined, and call the provided .bat file from a native x64 MSVC shell:

`Setup-NMake-vcpkg.bat`

Expand Down

0 comments on commit 9461ffd

Please sign in to comment.