Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- 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/
- Create a build file.
./autodock/configure --prefix=/path/to/autodock/autodock_install ./autogrid/configure --prefix=/path/to/autodock/autogrid_install
- Perform the compilation.
autodock/make -j autodock/make install autogrid/make -j autogrid/make install
Parent topic: AutoDock 4.2.6 Porting Guide (Kylin V10)