【求助】linux 下 VMD 的安装
我 在 http://www.ks.uiuc.edu/Developme
...
cgi?PackageName=VMD 下 载 了
vmd-1.8.6.bin.LINUX.opengl,怎样安装?
我安装 configure 中的说明,输入./configure LINUX MESA FLTK TK TCL SILENT,直接结
束没有任何输出,只生成了一个 configure.option 文件,没有 Makefile 文件,到 src 目录执
行 make 也提示错误。
安装方法:
1 Extract compressed archive
(如果是在 windows 中下载的安装文件,则下载后文件的后缀
为.tar.tar, 先用 file 命令看一下压缩方法,file filename.tar.tar,得知文件为 gzip 压缩,然
后用 mv 将原文件改名为 filename.tar.gz,再用 tar xzvf 来解压就可以了)
2 ./configure LINUX
(Parameters have stored in configure.option and will be read,you
needn't modify it beforce run "./configure")
3 cd src
4 make install
5 vmd
(VMD will boot up)
问题在这里:
./configure 后面是让你根据所用的操作系统选后缀的,并非要全部写上,我装在 redhat 和
Centos 上时就选的是 LINUX,所用命令为“./configure LINUX”,就搞定了。只运行“./configure”
会报错,后面必须加和操作系统匹配的后缀。
goodness to all the above, the vmd has been installed success.
by the way, it may give a slight performance and disappeared when you install it directly. And
then, you need the libstdc++.so.5 in you /usr/lib/. I got it from a old release of linux ( DSL0.9).
good luck to you.
linux 下的中文输入法得而复失,现在在 win 下跟大家打招呼。
./configure LINUX****** 之后没有任何输出是不是正常?
configure 没有输出是正常的,选项都加上没关系的,只是有些可能对你没用。
看你这图效果不好啊?
貌似 Display 下 antialising 没选?还是显卡没装驱动?