From c4d1491af938a12a0167dae4fd3ea8f1810c752a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 25 Sep 2018 20:47:40 +0200 Subject: Fix build for windows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ` -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 -- cgit v1.2.3