aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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