2016-12-02 01:38:40 +00:00
|
|
|
|
Basic Installation
|
|
|
|
|
------------------
|
|
|
|
|
|
|
|
|
|
The simplest way to compile this package is:
|
|
|
|
|
|
|
|
|
|
1. Type `cd' to the directory containing the package's source code and type
|
|
|
|
|
`make<6B> to compile the package
|
|
|
|
|
|
|
|
|
|
2. Type `su<73> to become super user and run
|
|
|
|
|
make install<6C> to move the binaries into the rigt bin-folders
|
|
|
|
|
|
|
|
|
|
3. To remove the binary in the source directory you type
|
|
|
|
|
`make clean<61>
|
|
|
|
|
|
|
|
|
|
4. Type `make uninstall' to remove the program
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Installation Names
|
|
|
|
|
------------------
|
|
|
|
|
|
|
|
|
|
By default the make install script will install the binary in:
|
|
|
|
|
/usr/local/bin/
|
2016-12-23 23:28:17 +00:00
|
|
|
|
|