From 5ca32626dc603dfddcf833c762174b4260b8af2c Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Sun, 24 Mar 2019 14:57:48 +0100 Subject: Add options for renderers, make deps required --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') 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 `: + +- `-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 -- cgit v1.2.3-70-g09d2