summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDanilo Spinella <danyspin97@protonmail.com>2019-03-24 14:57:48 +0100
committerDanilo Spinella <danyspin97@protonmail.com>2019-03-25 09:44:45 +0100
commit5ca32626dc603dfddcf833c762174b4260b8af2c (patch)
tree6028dd4f5646c4d9c0e9cddd7ea97c57adcfb579 /README.md
parent33e540a2b04ce78f5c7ab4a60b899c67f586cc32 (diff)
downloadbemenu-5ca32626dc603dfddcf833c762174b4260b8af2c.tar.gz
bemenu-5ca32626dc603dfddcf833c762174b4260b8af2c.tar.bz2
bemenu-5ca32626dc603dfddcf833c762174b4260b8af2c.zip
Add options for renderers, make deps required
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35af368..3bd2c56 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,20 @@ bemenu
Dynamic menu library and client program inspired by dmenu
+## Renderers
+
+bemenu supports three different renderers:
+
+- ncurses
+- X11
+- Wayland
+
+Enable/disable the renderers by appending these CMake options when executing `cmake <dir>`:
+
+- `-DBEMENU_CURSES_RENDERER=[OFF|ON]`
+- `-DBEMENU_X11_RENDERER=[OFF|ON]`
+- `-DBEMENU_WAYLAND_RENDERER=[OFF|ON]`
+
## License
* [GNU GPLv3 (or any later version)](LICENSE-CLIENT) for client program[s] and
other sources except library and bindings