< Previous | Contents | Next >
6.12.1. Installation of File
Prepare File for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
To test the results, issue:
make check
make check
Install the package:
make install
make install