blob: f67815aec68d57b659600290512b6a429f101ae2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
COMPILING and INSTALLING:
If you got a official release tar archive do:
./configure
Then to compile:
make
To install (run this as root, or the user who handles installs):
make install
|