Requires xlib
development headers. Default installation path: /usr/local
.
On Debian/Ubuntu:
sudo apt install libx11-dev libxft-dev
Arch people can figure it out themselves.
git clone https://github.com/lukahietala/dmenu
cd dmenu
sudo make clean install
You can customize the installation path by editing the config.mk
file.