Installing TRF
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the source package.
tar zxvf TRF-4.09.1.tar.gz
- Go to the directory generated after the decompression.
cd TRF-4.09.1
- Perform the compilation and installation.
./configure --prefix=/path/to/trf make make install
- Load the environment variable.
export PATH=/path/to/trf/bin:$PATH
Parent topic: Configuring the Compilation Environment