mirror of
https://github.com/yshui/picom.git
synced 2024-11-18 13:55:36 -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:
|
||||
```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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue