HDF5: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
James Sutherland also recommends adding the configure arguments <code>--enable-static-exe --enable-static</code>, though in my experience these aren't necessary to build (and link to) HDF5. | James Sutherland also recommends adding the configure arguments <code>--enable-static-exe --enable-static</code>, though in my experience these aren't necessary to build (and link to) HDF5. | ||
[[Category:Computers]] | |||
[[Category:Programs]] | |||
Revision as of 06:43, 6 October 2010
Installing
Configuring
I am using the HDF5 libraries for various software tools available through the CRSim Software repository http://software.crsim.utah.edu/ - specifically, C++ programs using the C++ interface to HDF5 - necessitating the --enable-cxx configure argument:
./configure \
--prefix=/path/to/hdf5 \
--enable-cxx
James Sutherland also recommends adding the configure arguments --enable-static-exe --enable-static, though in my experience these aren't necessary to build (and link to) HDF5.