aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-12 23:17:36 +0800
committercrupest <crupest@outlook.com>2021-04-12 23:17:36 +0800
commitbfb1b13ce8946b763f84f9966442b099e1041eb0 (patch)
tree02c5eac59fa07081fc45657e5b37b283f78541d9 /README.md
parent439c1a173c6609569ee2546184ad4e98ba886206 (diff)
downloadcru-bfb1b13ce8946b763f84f9966442b099e1041eb0.tar.gz
cru-bfb1b13ce8946b763f84f9966442b099e1041eb0.tar.bz2
cru-bfb1b13ce8946b763f84f9966442b099e1041eb0.zip
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/README.md b/README.md
index 9bae0e39..06f161e9 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,7 @@ It is **under construction**. It can be built with _CMake_.
## build
-CruUI uses [_vcpkg_](https://github.com/microsoft/vcpkg) to manage dependencies. Vcpkg is already checked out as a submodule in `vcpkg` directory at root of the project.
-
-You need to bootstrap vcpkg and then use it to install following packages:
-
-- `ms-gsl`
-- `fmt`
-- `gtest`
-
-Remember to install package with correct _triplet_ as the target you want to build against.
-
-Then use _CMake_ to configure and build. Remember to set correct toolchain as in _vcpkg_ documents for _CMake_ to find packages.
+CruUI uses [_vcpkg_](https://github.com/microsoft/vcpkg) with _manifests mode_ to manage dependencies. You must setup vcpkg and `VCPKG_INSTALLATION_ROOT` environment variable.
There is also a automatic python script used in CI. Use python3 to run `tool/win_build.py` to build on Windows. Run with `-h` to see options. For convenience to avoid environment setup it uses _Visual Studio_ generator.