Compiling and Installing Jellyfish
Procedure
- Run the following command to decompress the installation package:
tar zxvf jellyfish-2.2.10.tar.gz
- Run the following command to go to the directory generated after the decompression:
cd jellyfish-2.2.10
- Run the following command to perform the configuration:
./configure --prefix=/path/to/JELLYFISH/Install CXXFLAGS='-O3 -std=c++11 -march=armv8.2-a -mtune=tsv110 -flto' CFLAGS='-O3 -march=armv8.2-a -mtune=tsv110 -flto'
- Run the following commands to perform the installation and compilation:
make -j 32 make install
- Run the following command to add the environment variable:
export PATH=/path/to/JELLYFISH/Install/bin:$PATH
Parent topic: Jellyfish 2.2.10 Porting Guide (CentOS 7.6)