Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    unzip LTR_Finder-master.zip
  3. Go to the installation package directory.
    cd LTR_Finder-master/source
  4. In the makefile file, change CC = gcc and CXX = g++ to CC = clang and CXX = clang++, respectively.

  5. Perform the compilation and installation.
    make