我要评分
获取效率
正确性
完整性
易理解

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