mirror of
https://github.com/yshui/picom.git
synced 2025-02-17 15:56:21 -05:00
README: fix typo
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
ae62269eb7
commit
02daff8bc8
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ $ LDFLAGS="-L/path/to/libraries" CPPFLAGS="-I/path/to/headers" meson --buildtype
|
||||||
|
|
||||||
As an example, on FreeBSD, you might have to run meson with:
|
As an example, on FreeBSD, you might have to run meson with:
|
||||||
```bash
|
```bash
|
||||||
$ LDFLAGS="-L/usr/local/include" CPPFLAGS="-I/usr/local/include" meson --buildtype=release . build
|
$ LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" meson --buildtype=release . build
|
||||||
$ ninja -C build
|
$ ninja -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue