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

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