2006-04-26 03:35:34 +08:00
|
|
|
|
2005-07-29 06:45:03 +08:00
|
|
|
***********************************************************************
|
2012-09-18 00:00:07 +08:00
|
|
|
* HDF5 Build and Install Instructions for Windows *
|
2005-07-30 00:41:37 +08:00
|
|
|
* (Full Version) *
|
2005-07-29 06:45:03 +08:00
|
|
|
***********************************************************************
|
1999-08-03 03:51:13 +08:00
|
|
|
|
2012-09-18 00:00:07 +08:00
|
|
|
We now recommend that users build, test and install HDF5 using CMake.
|
1999-08-03 03:51:13 +08:00
|
|
|
|
2013-04-29 22:18:34 +08:00
|
|
|
Instructions for building and testing HDF5 using CMake can be found in the
|
|
|
|
INSTALL_CMake.txt file found in this folder.
|
1999-08-03 03:51:13 +08:00
|
|
|
|
2015-11-19 04:26:11 +08:00
|
|
|
For instructions of building and testing an application with HDF5, see
|
2013-04-29 22:18:34 +08:00
|
|
|
USING_HDF5_CMake.txt file found in this folder.
|
|
|
|
|
|
|
|
Users who want to build and run an application with HDF5 in Visual Studio
|
2015-11-19 04:26:11 +08:00
|
|
|
without using CMake should consult the USING_HDF5_VS.txt file. Building
|
|
|
|
applications with the dynamic/shared hdf5 libraries requires that the
|
|
|
|
"H5_BUILT_AS_DYNAMIC_LIB" compile definition be used.
|