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 installation directory and decompress the installation package.
    cd /path/to/autodock
    tar -xvf autodocksuite-4.2.6-src.tar.gz
    cd autodocksuite-4.2.6-src/src/
  3. Create a build file.
    ./autodock/configure --prefix=/path/to/autodock/autodock_install
    ./autogrid/configure --prefix=/path/to/autodock/autogrid_install
  4. Perform the compilation.
    autodock/make -j
    autodock/make install
    autogrid/make -j
    autogrid/make install