Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing GMAP

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the installation package.
    tar -zxvf gmap-gsnap-2015-09-21.tar.gz
  3. Go to the directory generated after the decompression.
    cd /path/to/GMAP/gmap-2015-09-21
  4. Perform the configuration.
    ./configure --prefix=/path/to/GMAP/Install --build=arm-linux
  5. Perform the compilation and installation.
    make -j 32
    make install
  6. Add the environment variable.
    export PATH=/path/to/GMAP/Install/bin:$PATH