Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the /path/to/Gmap directory.
cd /path/to/Gmap
- Decompress the installation package.
tar -xvf gmap-gsnap-2021-12-17.tar.gz
- Go to the directory generated after the decompression.
cd gmap-2021-12-17
- Create a compilation file.
./configure --prefix=/path/to/Gmap/gmap_install
- Perform the compilation.
make -j make install
Parent topic: GMAP 2021-12-17 Porting Guide (Kylin V10)