A command line tool that generates XDG menus for several window managers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
422 B

12 years ago
Installation
============
12 years ago
To install, just run:
make
12 years ago
followed by:
12 years ago
make install
as root. You can set DESTDIR to change the installation target and
PREFIX to set the installation prefix (default is /usr/local):
make install DESTDIR=/my/custom/installation/target PREFIX=/usr
12 years ago
Uninstallation
==============
12 years ago
To remove, you can just:
make uninstall
and you can also set DESTDIR and PREFIX accordingly.