summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/CMake.txt25
1 files changed, 23 insertions, 2 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt
index 0d4bcd7..0832727 100644
--- a/release_docs/CMake.txt
+++ b/release_docs/CMake.txt
@@ -74,7 +74,28 @@ I. Preconditions
an install image executable.
========================================================================
-II. Building HDF5 C/C++ Libraries with CMake
+II. Windows Quick Step Building HDF5 Libraries with CMake using VS2010
+ 1. Locate source files in:
+ c:\MyHDFstuff\hdf5
+ 2. Create build folder at:
+ c:\MyHDFstuff\hdf5\build
+ 3. Open Command prompt at:
+ c:\MyHDFstuff\hdf5\build
+ 4. Configure C library, tools and tests:
+ cmake -G "Visual Studio 10" -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON ..
+ 3. Build C library, tools and tests:
+ cmake --build . --config Release
+ 4. Test C library and tools:
+ ctest . -C Release
+ 5. Create install image:
+ cpack -C Release CPackConfig.cmake
+ 6. Install:
+ HDF5-1.8.11-win32.exe
+========================================================================
+
+
+========================================================================
+III. Building HDF5 C/C++ Libraries with CMake
1. Run CMake
2. Configure the cache settings
3. Build HDF5
@@ -288,7 +309,7 @@ II. Building HDF5 C/C++ Libraries with CMake
========================================================================
-III. All options for HDF5 C/C++ Libraries with CMake
+IV. All options for HDF5 C/C++ Libraries with CMake
Option Name --- Option Description --- Option Default
========================================================================
---------------- General Build Options ---------------------