mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
Update README.md
This commit is contained in:
parent
b2f68756a1
commit
61843b120b
2 changed files with 5 additions and 8 deletions
11
README.md
11
README.md
|
|
@ -55,15 +55,12 @@ The following were considered before choosing wlroots: [QtWayland](https://githu
|
|||
|
||||
## Configuration
|
||||
|
||||
See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details
|
||||
including keybinds.
|
||||
See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details including keybinds.
|
||||
|
||||
Suggest either running with:
|
||||
Suggest either copying data/rc.xml to ~/.config/labwc/running, or running with:
|
||||
|
||||
./build/labwc -c data/rc.xml
|
||||
|
||||
or copy data/rc.xml to ~/.config/labwc/
|
||||
|
||||
## Integration
|
||||
|
||||
Suggested apps:
|
||||
|
|
@ -74,7 +71,5 @@ Suggested apps:
|
|||
|
||||
meson build && ninja -C build
|
||||
|
||||
To enable ASAN and UBSAN, run meson with `-Db_sanitize=address,undefined`
|
||||
|
||||
For further details see [wiki/Build](https://github.com/johanmalm/labwc/wiki/Build).
|
||||
For further details see [tools/build](tools/build) and [wiki/Build](https://github.com/johanmalm/labwc/wiki/Build).
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ fi
|
|||
|
||||
if ! [ -e ${builddir} ]; then
|
||||
CC=clang meson -Dwlroots:default_library=static ${builddir}
|
||||
# To enable ASAN and UBSAN, run meson with
|
||||
# `-Db_sanitize=address,undefined`
|
||||
fi
|
||||
|
||||
ninja -C ${builddir}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue