Changes between Version 5 and Version 6 of Software/VMD


Ignore:
Timestamp:
04/20/17 08:38:23 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/VMD

    v5 v6  
    1818
    1919== 1. Build ==
     20VMD is prebuild on JURECA. You can find a VMD icon on the [wiki:vnc3d/strudel VNC Remote Desktop].\\
     21Alternatively run {{{module spider VMD}}} on JURECA to check how to load the VMD module.
     22
     23If you still want to build your own VMD:
    2024* General build instructions can be found here:
    2125  * http://www.ks.uiuc.edu/Research/vmd/doxygen/compiling.html#compiling
    2226  * http://www.ks.uiuc.edu/Research/vmd/doxygen/configure.html#configure
    2327
    24 All library and include paths are defined inside a configure script (it is _no_ autoconf configure, but a VMD specific perl script).\\
     28All library and include paths are defined inside VMD's configure script (this is __no__ autoconf configure, but a VMD specific perl script).\\
    2529The configure script creates a Makefile in the src directory.\\
    2630This generated Makefile has to be to compile a VMD executable from the source code.\\