diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-01-14 18:48:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-01-14 18:48:04 (GMT) |
commit | 00b3a3332c3cca613704edc7674ad0e906b93960 (patch) | |
tree | f410df0490de177d1e70f1639152cd19b892d6d6 /release_docs/INSTALL_CMake.txt | |
parent | 56b52ad9b9c49a9765a43a32e3303233699d6027 (diff) | |
download | hdf5-00b3a3332c3cca613704edc7674ad0e906b93960.zip hdf5-00b3a3332c3cca613704edc7674ad0e906b93960.tar.gz hdf5-00b3a3332c3cca613704edc7674ad0e906b93960.tar.bz2 |
[svn-r24626] Correct numbering
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 20bd4d7..d431644 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -38,16 +38,16 @@ Notes: This short set of instructions is written for users who want to 4. Configure the C library, tools and tests with this command: cmake -G "Visual Studio 10" -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON .. - 3. Build the C library, tools and tests with this command: + 5. Build the C library, tools and tests with this command: cmake --build . --config Release - 4. Test the C library and tools with this command: + 6. Test the C library and tools with this command: ctest . -C Release - 5. Create an install image with this command: + 7. Create an install image with this command: cpack -C Release CPackConfig.cmake - 6. Install with this command: + 8. Install with this command: HDF5-1.8.12-win32.exe B. Linux Quick Step Building HDF5 Libraries with CMake Using GCC @@ -66,16 +66,16 @@ Notes: This short set of instructions is written for users who want to 4. Configure the C library, tools and tests with this command: cmake -G "Unix Makefiles" -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON .. - 3. Build the C library, tools and tests with this command: + 5. Build the C library, tools and tests with this command: cmake --build . --config Release - 4. Test the C library and tools with this command: + 6. Test the C library and tools with this command: ctest . -C Release - 5. Create an install image with this command: + 7. Create an install image with this command: cpack -C Release CPackConfig.cmake - 6. Install with this command: + 8. Install with this command: HDF5-1.8.12-Linux.sh |