[tripos@kjhyon vmd-1.8.5]$ pwd
/home/tripos/vmd-1.8.5
[tripos@kjhyon vmd-1.8.5]$vi configure
#!/usr/bin/env perl
# (C) Copyright 1995-2006 The Board of Trustees of the University of Illinois
# All Rights Reserved
#
# Usage: configure [ optionlist ] (See full option description down below)
# Perl 5.x must be in your path, and /usr/bin/env must exist in order
# for this to work correctly.
##############################################################################
# User modifiable installation parameters, can be overridden by env variables
##############################################################################
# Name of shell script used to start program; this is the name used by users
$install_name = "vmd";
# Directory where VMD startup script is installed, should be in users' paths.
$install_bin_dir="/home/tripos/vmd-1.8.5/bin/";
# Directory where VMD files and executables are installed
$install_library_dir="/home/tripos/vmd-1.8.5/lib/$install_name";
# optionally override hard-coded defaults above with environment variables
if ($ENV{VMDINSTALLNAME}) {
"configure" 2536L, 84450C
:wq!
[tripos@kjhyon vmd-1.8.5]$ ./configure
using configure.options: LINUXAMD64 OPENGL FLTK TK ACTC IMD SPACEBALL LIBTACHYON VRPN NETCDF TCL PYTHON PTHREADS NUMPY SILENT
위의 메세지는 configure.options이라는 폴더를 열었을때 써있었던 메세지구요
교수님 도와주세요,ㅠ흑흑
/home/tripos/vmd-1.8.5
[tripos@kjhyon vmd-1.8.5]$vi configure
#!/usr/bin/env perl
# (C) Copyright 1995-2006 The Board of Trustees of the University of Illinois
# All Rights Reserved
#
# Usage: configure [ optionlist ] (See full option description down below)
# Perl 5.x must be in your path, and /usr/bin/env must exist in order
# for this to work correctly.
##############################################################################
# User modifiable installation parameters, can be overridden by env variables
##############################################################################
# Name of shell script used to start program; this is the name used by users
$install_name = "vmd";
# Directory where VMD startup script is installed, should be in users' paths.
$install_bin_dir="/home/tripos/vmd-1.8.5/bin/";
# Directory where VMD files and executables are installed
$install_library_dir="/home/tripos/vmd-1.8.5/lib/$install_name";
# optionally override hard-coded defaults above with environment variables
if ($ENV{VMDINSTALLNAME}) {
"configure" 2536L, 84450C
:wq!
[tripos@kjhyon vmd-1.8.5]$ ./configure
using configure.options: LINUXAMD64 OPENGL FLTK TK ACTC IMD SPACEBALL LIBTACHYON VRPN NETCDF TCL PYTHON PTHREADS NUMPY SILENT
위의 메세지는 configure.options이라는 폴더를 열었을때 써있었던 메세지구요
교수님 도와주세요,ㅠ흑흑
이부분 현재 설치하고 있는 폴더의 bin 으로 변경
$install_library_dir="/home/tripos/vmd-1.8.5/lib/$install_name";
이부분 역시 현재 설치하고 있는 폴더의 lib 로 변경
나머지는 수정 안해도 될듯 하네요.