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

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the dependencies.
    yum install -y ant java-1.8.0-* autoconf automake
  3. 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
  4. Modify the makefile file.
    1. Open makefile.
      cd src
      vim makefile
    2. Press i to enter the insert mode and change CC = gcc in the first line to CC = clang.
  5. Perform the compilation.
    make