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
25 lines
422 B
13 years ago
|
Installation
|
||
9 years ago
|
============
|
||
13 years ago
|
|
||
|
To install, just run:
|
||
|
|
||
9 years ago
|
make
|
||
13 years ago
|
|
||
9 years ago
|
followed by:
|
||
13 years ago
|
|
||
9 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
|
||
13 years ago
|
|
||
|
Uninstallation
|
||
9 years ago
|
==============
|
||
|
|
||
13 years ago
|
To remove, you can just:
|
||
|
|
||
9 years ago
|
make uninstall
|
||
|
|
||
|
and you can also set DESTDIR and PREFIX accordingly.
|