From 69c7ec31219d666bba4f053fcce07d4df58b8ba2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 1 Oct 2018 05:05:22 +0200 Subject: Update README, remove old TODO --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67c2e4e..cb7158b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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++/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). +Zig support has not been tested properly yet and currently always links to c library. You can run zig tests with `sibs test --file filepath` or `sibs test --all-files`. Currently zig tests are cached because ninja build system is used, which means if source files do not change between runs. Currently zig files generate header files and include exported functions into sibs-build/generated-headers/zig and the generated headers @@ -102,7 +102,7 @@ Required. Should be one of: "executable", "static", "dynamic", "library" Required. Version string has to be in the format of "xxx.yyy.zzz" where xxx is major, yyy is minor and zzz is patch ### platforms Required. A list of platforms the package supports. Can contain the following values: "any", "linux", "linux32", "linux64", "win", "win32", "win64", "macos32", "macos64", "bsd", "openbsd", "openbsd32", "openbsd64". -If platforms contains "any", then other there is no need to specify other platforms +If platforms contains "any" then there is no need to specify other platforms ### authors Optional. A list of authors ## dependencies -- cgit v1.2.3