红联Linux门户
Linux帮助

autodock在linux下的安装

发布时间:2008-01-03 15:20:11来源:红联作者:openbian
1.Linux系统要先安装tk8.4.15-src.tar.gz和tcl8.4.15-src.tar.gz包(通用脚本语言,可开发中文图形界面)

如果tcl和tk没有安装到默认目录下,则在安装python时要带一下后缀。

./configure --prefix=/指定python安装目录/ --with-tk

--with-tcl-library=/tcl中lib目录/ --with-tcl-include=/tcl中include的目录/

--with-tk-library=/tk中lib的目录/ --with-tk-include=/tk中include的目录/

还要更改.cshrc设置。详细设置看ADT中的readme。

http://topic.csdn.net/t/20050704/01/4120500.html(tcl,tk没有安装到默认目录中的网址)

你要先安装TCL/TK

http://sourceforge.net/project/showfiles.php?group_id=10894

然后你安装python的时候,要带以下参数:

--with-tk: 带有TCL/TK库编译。

--with-tcl-library=DIR: Tcl 库文件位于 DIR

--with-tcl-include=DIR: Tcl 包含文件位于 DIR

--with-tk-library=DIR: Tk 库文件位于 DIR

--with-tk-include=DIR: Tk 包含文件位于DIR

2.单机要升级显卡驱动,安装最新的X-win32

3.安装python2.4包,

$./configure --prefix=~/python --with-tk

$make

$make install

4. 安装MGLtools

$tar -zxvf mgltools_source_1.4.5.tar.gz

$cd mgltools_source_1.4.5/THIRDPARTY

$tar -zxvf Imaging-1.1.5.tar.gz

$cd Imaging-1.1.5

$vi setup.py

更正第一行Python的安装路径 ~/Python/bin/python2.4

$~/Python/bin/Python2.4 setup.py install

$cd

$vi .cshrc

加入setenv DISPLAY IP:0

$source .cshrc

打开x-win

$cd ~/mgltools_source_1.4.5/InstTools

$vi install

更正第一行Python的安装路径 ~/Python/bin/python2.4

$cd ~/mgltools_source_1.4.5

$starInstallation

$cd

$vi .cshrc

加入路径及别名

setenv PATH {$PATH}:$HOME/bin:/home/zyh/gromacs/bin:/home/zyh/Python/lib/python2.4/site-packages:/home/zyh/autodocksuite-4.0.1/bin/i86Linux2

alias pmv /home/zyh/Python/lib/python2.4/site-packages/runPmv

alias adt /home/zyh/Python/lib/python2.4/site-packages/runAdt

alias vision /home/zyh/Python/lib/python2.4/site-packages/runVision

$source .cshrc
文章评论

共有 3 条评论

  1. victory_liu 于 2008-01-29 16:09:51发表:

    非常感谢
    顺便问下,fedora8下能运行Autodock4.0吗?

  2. xufund 于 2008-01-27 09:36:45发表:

    在UBUNTU下安装AUTODOCK,安装了缺少的库文件.执行./configure成功.但是在.make 和./make install时出现以下问题:
    wx@wx-laptop:~/autodocksuite-4.0.1/src/autogrid-4.0.0$ ./make
    bash: ./make: No such file or directory
    wx@wx-laptop:~/autodocksuite-4.0.1/src/autogrid-4.0.0$ ./make install
    bash: ./make: No such file or directory
    请问如何解决?
    另外安装ADT后,双击所有的图标只是出现一个启动窗口,但迅速消失,随即便没有反应了.
    安装BDT时,出现以下信息:
    This script will configure your installation of BDT to macth your e-mail
    System configuration.

    Trying to find 'sendmail' in your system.....
    Sendmail is not installed in your system
    The 'msmtp+metamail' program from the BDT-instalation will be used

    We need the following information from your system manager:
    smtp server name: (similar to 'smtp.yourdomain')?
    请问高手该如何解决这些问题?多谢!

  3. xufund 于 2008-01-06 22:10:35发表:

    :0)1 太感谢了正在学习。希望以后多交流!