readme: update

This commit is contained in:
Alibek Omarov 2019-06-01 20:56:52 +03:00
parent 9ba31f9ed2
commit 1201025011
1 changed files with 19 additions and 0 deletions

View File

@ -3,3 +3,22 @@
This is a fork of Waf build system. It's not a complete build system, though. This is a fork of Waf build system. It's not a complete build system, though.
This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future. This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.
## Build
We add some additional tools from original Waf extras and prelude to load waifulib is added.
You can use `build-waf.sh` shell script(TODO: move to wscript) either prebuilt `waf` from this root repo
## Running tests
They are enabled by default. Just run:
```
$ waf configure build
```
If it succeded, then tests are not failed.
## Using in your project
Copy `scripts` and generated/prebuilt `waf` file to your project