aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-02-09 16:33:31 +0100
committerGitHub <[email protected]>2023-02-09 16:33:31 +0100
commitb3cc9fe9eb61758456b08f5b83081fffb6949131 (patch)
tree4208164a16161a72636885a9fb8e25f29d4b9024
parentAdded xmake install step to README.md (diff)
downloadzen-b3cc9fe9eb61758456b08f5b83081fffb6949131.tar.xz
zen-b3cc9fe9eb61758456b08f5b83081fffb6949131.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e493b4b93..4134d1df5 100644
--- a/README.md
+++ b/README.md
@@ -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: