]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Update README.md
authorJohan Malm <jgm323@gmail.com>
Tue, 28 Jul 2020 20:35:55 +0000 (21:35 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 28 Jul 2020 20:35:55 +0000 (21:35 +0100)
README.md
tools/build

index f47df28ad4f964da7934c5d1a51e9abea3dd2c6c..b6643dbd7ac31667b74707262d3a732479f36f05 100644 (file)
--- 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).
 
index ff9113d07f96095fad416b8453e75b906458852e..0a23dc90773e6410bcdfc00c131e30a7ad7d436a 100755 (executable)
@@ -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}