diff options
| author | Stefan Boberg <[email protected]> | 2023-02-09 16:33:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-09 16:33:31 +0100 |
| commit | b3cc9fe9eb61758456b08f5b83081fffb6949131 (patch) | |
| tree | 4208164a16161a72636885a9fb8e25f29d4b9024 | |
| parent | Added xmake install step to README.md (diff) | |
| download | zen-b3cc9fe9eb61758456b08f5b83081fffb6949131.tar.xz zen-b3cc9fe9eb61758456b08f5b83081fffb6949131.zip | |
Update README.md
| -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: |