George Vlahavas
10 years ago
1 changed files with 14 additions and 7 deletions
@ -1,17 +1,24 @@ |
|||||
Installation |
Installation |
||||
------------ |
============ |
||||
|
|
||||
To install, just run: |
To install, just run: |
||||
|
|
||||
./install.sh |
make |
||||
|
|
||||
as root. You can set DESTDIR to change the installation target: |
followed by: |
||||
|
|
||||
DESTDIR=/my/custom/installation/target ./install.sh |
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 |
||||
|
|
||||
Uninstallation |
Uninstallation |
||||
-------------- |
============== |
||||
|
|
||||
To remove, you can just: |
To remove, you can just: |
||||
|
|
||||
rm /usr/bin/xdgmenumaker |
make uninstall |
||||
rm /usr/share/desktop-directories/xdgmenumaker* |
|
||||
|
and you can also set DESTDIR and PREFIX accordingly. |
||||
|
Loading…
Reference in new issue