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

- Perform the compilation and installation.
make
Parent topic: LTR_Finder Porting Guide (Kylin V10)