aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-20 20:25:40 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit9dd940a47e99becff4213e0abe38799da47771ac (patch)
tree93ede37274f69ac440094f11d144a3bd16b4d8f3 /README.md
parent3f117ba513d7f8ec8244103174f8635df7bd379b (diff)
Add zig support (still primitive)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 171e0fb..d32a934 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# Simple Build System for Native Languages
-Sibs is still in very early testing phase, should only be used if you want to toy around with it. Every new release currently has changes that break backwards compatibility since the design has not been decided yet.
+Sibs is still in very early testing phase, should only be used if you want to toy around with it. Every new release can have changes that break backwards compatibility since the design has not been decided yet.
-Sibs is inspired by [Cargo](https://github.com/rust-lang/cargo/), you can think of it like a C/C++ version of Cargo.
+Sibs is inspired by [Cargo](https://github.com/rust-lang/cargo/), you can think of it like a C/C++/Zig version of Cargo.
+Zig support has not been tested properly yet and currently always links to c library and requires a C/C++ compiler to build (for linking).
The CMakeLists.txt is only for development purpose and only compiles on linux.