aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-25 20:47:40 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commitc4d1491af938a12a0167dae4fd3ea8f1810c752a (patch)
tree8ecd47ca15e3caaace085f1880129231d329472c /README.md
parent0bbb9be629ce35c11e4bf4a5180810ae2b16e5b4 (diff)
Fix build for windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41b71f6..2a62768 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ Currently zig tests are cached because ninja build system is used, which means i
Currently zig files generate header files and include exported functions into sibs-build/generated-headers/zig and the generated headers
are usable from c/c++ by using including: `#include <zig/INSERT_ZIG_HEADER_FILE_NAME_HERE>`
-The CMakeLists.txt is only for development purpose and only compiles on linux.
+The CMakeLists.txt should only be used during development or when installing sibs for the first time.
+To compile under windows you can use vcpkg to install dependencies and then generate visual studio project using cmake.
List of packages can be found at https://gitlab.com/DEC05EBA/sibs_packages/raw/master/packages.json
# Installation