Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the source package.
tar -xvf jellyfish-2.3.0.tar.gz
- Go to the directory generated after the decompression.
cd jellyfish-2.3.0
- Perform the compilation and installation.
./configure --prefix=/path/to/jellyfish make -j 4 make install
Parent topic: Jellyfish 2.3.0 Porting Guide (Kylin V10)