Compiling and Installing GMAP
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the installation package.
tar -zxvf gmap-gsnap-2015-09-21.tar.gz
- Go to the directory generated after the decompression.
cd /path/to/GMAP/gmap-2015-09-21
- Perform the configuration.
./configure --prefix=/path/to/GMAP/Install --build=arm-linux
- Perform the compilation and installation.
make -j 32 make install
- Add the environment variable.
export PATH=/path/to/GMAP/Install/bin:$PATH
Parent topic: GMAP 2015-9-21 Porting Guide (CentOS 7.6)