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:
parent
f120f9b754
commit
6487047526
1 changed files with 9 additions and 1 deletions
10
README.md
10
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`
|
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
|
||||||
|
|
Loading…
Reference in a new issue