From charlesreid1

(Created page with "= Installing = == Configuring == I am using the HDF5 libraries for various software tools [http://software.crsim.utah.edu/], specifically through a C++ interface: <syntaxhighl...")
 
No edit summary
Line 3: Line 3:
== Configuring ==
== Configuring ==


I am using the HDF5 libraries for various software tools [http://software.crsim.utah.edu/], specifically through a C++ interface:
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:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

Revision as of 07:51, 5 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:

./configure \
 --prefix=/Users/charles/pkg/hdf5-1.8.4 \
 --enable-cxx