Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the /path/to/Gmap directory.
    cd /path/to/Gmap
  3. Decompress the installation package.
    tar -xvf gmap-gsnap-2021-12-17.tar.gz
  4. Go to the directory generated after the decompression.
    cd gmap-2021-12-17
  5. Create a compilation file.
    ./configure --prefix=/path/to/Gmap/gmap_install
  6. Perform the compilation.
    make -j
    make install