Skip to content

tmd-gpat/MOLding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Installation

# make plugins
$ export PLUGINDIR=`pwd`/vmd-1.9.2/plugins/
$ cd plugins
$ make MACOSXX86_64 # change MACOSXX86_64 to your architecture
$ make distrib

# make vmd
$ cd ../vmd-1.9.2
$ vi configure # set $install_bin_dir and $install_library_dir properly
$ make macosx.x86_64.opengl.nocuda.notachyon # change macosx.x86_64.opengl.nocuda.notachyon to your favorite build option. To see the list of options, run "make"
$ cd src
$ make
$ make install

# run vmd
$ cd (install_bin_dir)
$ ./vmd

Dependencies

The following libraries are required to build VMD program.

  • tcl/tk
  • fltk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published