Edit the configure script. If necessary, change the following values:
$install_bin_dir
This is the location of the startup script ’vmd’. It should be located in the path of users interested in running VMD.
$install_library_dir
This is the location of all other VMD files. This includes the binary and helper scripts. It should not be in the path.
Next generate the Makefile based on these configuration variables. This is done by running
./configure.
After configuration is complete, cd to the src directory and type make install. This will put the code in the two directories listed above. After this, you just type vmd to begin, provided that vmd is in your path
من هر روشی رو امتحان می کنم نمی تونم این برنامه رو نصب کنم به روش های مختلف مسیرهای فوق رو عوض می کنم ولی دستور configure/. اجرا نمی شه و ارور می ده. به نظر شما برای نصب این برنامه چه طوری باید عمل کنم.
قسمتی از فایل configure هم که ظاهراً باید تغییر کنه به این صورته:
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="/usr/local/bin";
# Directory where VMD files and executables are installed
$install_library_dir="/usr/local/lib/$install_name";
با تشکر