1. 下载dock6.7
先申请license 在这个网址下载http://dock.compbio.ucsf.edu/Online_Licensing/index.htm
2. tar zxvf *.tar.gz
3. cd dock6/install
4. ./configure gnu
5. make all
6. cd test; make test; make check
7.设置环境变量
export PATH=/home/username/Programs/dock6/bin:$PATH