Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the installation directory of the main program.
cd /path/to/CDHIT
- Decompress the installation package.
tar -xvf V4.8.1.tar.gz
- Go to the directory generated after the decompression.
cd cdhit-4.8.1
- Modify the configuration file.
sed -i "1,3s/g++/clang/g" Makefile
- Perform the compilation and installation.
make
Parent topic: CD-HIT 4.8.1 Porting Guide (Kylin V10)