diff options
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ 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) 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: |