Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
yum install -y ant java-1.8.0-* autoconf automake
- Go to the installation directory and decompress the installation package.
cd /path/to/purge_dups tar -xvf v1.2.6.tar.gz cd purge_dups-1.2.6
- Modify the makefile file.
- Open makefile.
cd src vim makefile
- Press i to enter the insert mode and change CC = gcc in the first line to CC = clang.
- Open makefile.
- Perform the compilation.
make
Parent topic: Purge_Dups 1.2.6 Porting Guide (Kylin V10)