What are the prerequisites for installing on Ubuntu ?
As of version 6.3 DOCK officially supports Ubuntu Linux platforms. We recommend a full operating system (OS) installation. However, for disk space misers here is the list of packages that we had to install on a minimal 8.10 Ubuntu installation: sudo apt-get install build-essential sudo apt-get install byacc We used gcc version 4.3.2 including gfortran; so we modified DOCK’s config.h to use gfortran instead of g77.