You will need write privileges in VMD's program directory (abbreviated $VMDDIR below).
The plugin should appear in the "Extensions/Analysis" menu upon VMD's next run.
Windows users may need to install Microsoft Visual C++ 2005 SP1 Redistributable Package (x86), available to download at http://www.microsoft.com/en-us/download/details.aspx?id=5638.
Linux users default $VMDDIR is /usr/local/lib/vmd. You can get this directory by typing the following command in VMD console or in a TK console:
puts $env(VMDDIR) # 'VMDDIR' here is literal. Do not replace by anything.
Every time you open VMD, type the following commands in VMD console or in a TK console instead of copying any file on $VMDDIR:
lappend auto_path /path/to/membplugin-release-1.x/membplugin1.x source /path/to/membplugin-release-1.x/loadmembplugin.tcl
If you want to help developing MEMBPLUGIN or you require an already implemented feature that has not yet made its way to our latest release you should consider installing the latest developing code.
The easiest way to go if this is a one-off process is to download the latest snapshot available form Sourceforge.net and follow then the instructions for the stable release.
Instead, if you want to be in sync with development or you are considering contributing code to the project you should use git. The procedure goes as follows:
In Linux/MACOSX systems if git is installed that can be done by:
mkdir /directory/of/repos/ chmod 755 /directory/of/repos/ cd /directory/of/repos/ git clone http://git.code.sf.net/p/membplugin/code membplugin ln -s /directory/of/repos/membplugin/membplugin-DEVEL/ $VMDDIR/plugins/noarch/tcl/ mkdir -p $VMDDIR/scripts/init.d/ ln -s /directory/of/repos/membplugin/loadmembplugin.tcl $VMDDIR/scripts/init.d/
Now to retrieve the latest updates you just need to update your git tree.
cd /directory/of/repos/membplugin git pull
Discussion: installation problems (see thread "README before reporting installation problems")
Discussion: README before reporting installation problems
Wiki: Home