我要评分
获取效率
正确性
完整性
易理解

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