1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-10-27 05:24:17 -04:00

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

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` To build the documents, you need `asciidoc`
### How to build ### To build
```bash ```bash
$ meson --buildtype=release . build $ meson --buildtype=release . build
@ -55,6 +55,14 @@ $ ninja -C build
Built binary can be found in `build/src` 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 ## How to Contribute
### Code ### Code