diff options
| author | Stefan Boberg <[email protected]> | 2023-02-09 16:31:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-09 16:31:31 +0100 |
| commit | 3d9b67126ae717ecfb6e74262c56928829bc9265 (patch) | |
| tree | 3e3d948002f8880f119b11e258ca4def678a1bd2 | |
| parent | removed very old and invalid TODO.md (diff) | |
| download | zen-3d9b67126ae717ecfb6e74262c56928829bc9265.tar.xz zen-3d9b67126ae717ecfb6e74262c56928829bc9265.zip | |
Added xmake install step to README.md
| -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: |