aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-02-09 16:31:31 +0100
committerGitHub <[email protected]>2023-02-09 16:31:31 +0100
commit3d9b67126ae717ecfb6e74262c56928829bc9265 (patch)
tree3e3d948002f8880f119b11e258ca4def678a1bd2
parentremoved very old and invalid TODO.md (diff)
downloadzen-3d9b67126ae717ecfb6e74262c56928829bc9265.tar.xz
zen-3d9b67126ae717ecfb6e74262c56928829bc9265.zip
Added xmake install step to README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d8070eff..e493b4b93 100644
--- a/README.md
+++ b/README.md
@@ -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: