diff --git a/README.md b/README.md index f47df28a..b6643dbd 100644 --- a/README.md +++ b/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). diff --git a/tools/build b/tools/build index ff9113d0..0a23dc90 100755 --- a/tools/build +++ b/tools/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}