Add install instructions to README

Closes #120

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-02-21 18:24:46 +00:00
parent f120f9b754
commit 6487047526
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 9 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Assuming you already have all the usual building tools installed (e.g. gcc, meso
To build the documents, you need `asciidoc`
### How to build
### To build
```bash
$ meson --buildtype=release . build
@ -55,6 +55,14 @@ $ ninja -C build
Built binary can be found in `build/src`
### To install
``` bash
$ ninja -C build install
```
Default install prefix is `/usr/local`, you can change it with `meson configure -Dprefix=<path> build`
## How to Contribute
### Code