From 64870475267e9e92f485d1d8ebdad3c5436b5c11 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Thu, 21 Feb 2019 18:24:46 +0000 Subject: [PATCH] Add install instructions to README Closes #120 Signed-off-by: Yuxuan Shui --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 865d2b1..8f13540 100644 --- a/README.md +++ b/README.md @@ -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= build` + ## How to Contribute ### Code