Rate This Document
Findability
Accuracy
Completeness
Readability

Installing TRF

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the source package.
    tar zxvf TRF-4.09.1.tar.gz
  3. Go to the directory generated after the decompression.
    cd TRF-4.09.1
  4. Perform the compilation and installation.
    ./configure --prefix=/path/to/trf
    make
    make install
  5. Load the environment variable.
    export PATH=/path/to/trf/bin:$PATH