INSTALL: Add missing Meson instructions

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2019-05-10 20:05:38 +02:00
parent 4c20564900
commit cf8b76c6a6
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 23 additions and 0 deletions

View File

@ -73,6 +73,28 @@ make install
The default installation prefix is: `/usr/local/` use `./configure --prefix={prefix}` to install into another location.
### Meson
Check dependencies and configure build system:
```
meson setup build
```
Build Rofi:
```
ninja -C build
```
The actual install, execute as root (if needed):
```
ninja -C build install
```
The default installation prefix is: `/usr/local/` use `meson setup build --prefix={prefix}` to install into another location.
## Install a checkout from git
The GitHub Pages version of these directions may be out of date. Please use
@ -171,6 +193,7 @@ make CFLAGS="-O0 -g3" clean rofi
# Meson
meson configure build --debug
ninja -C build
```
### Get a backtrace