diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ To build the code you will need Visual Studio 2022 (we use c++20 features), git * Install Visual Studio 2022 * Install [git](https://git-scm.com/download/win) * Install [xmake](https://xmake.io/#/getting_started) +* Install vcpkg (see below) + +#### Installing vcpkg We use vcpkg to manage some libraries. Right now it's not set up on a project local basis and requires manual bootstrap so you will need to do the following at least once: |