h5md / VMD-h5mdplugin

This plugin enables VMD to display data stored in h5 files that are structured according to the H5MD specifications (http://nongnu.org/h5md/)
Other
10 stars 9 forks source link

provide CMake as alternative build system #13

Closed fhoefling closed 9 years ago

fhoefling commented 9 years ago

CMake makes the build and installation process really easy. Merely the environment variable VMDDIR needs to be set to find the VMD headers. To automate even this step, we could use https://github.com/gromacs/gromacs/blob/master/cmake/FindVMD.cmake.