diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-25 21:17:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-25 21:17:54 (GMT) |
commit | c5dd29c7b86cfb6643e813b8940032a370ab2848 (patch) | |
tree | e5b3b57117c2c8ffc1d24f7e5581cc27aee763ef /release_docs/CMake.txt | |
parent | e2ff4638f5c26d4368fcb02da91974de4c3f0f82 (diff) | |
download | hdf5-c5dd29c7b86cfb6643e813b8940032a370ab2848.zip hdf5-c5dd29c7b86cfb6643e813b8940032a370ab2848.tar.gz hdf5-c5dd29c7b86cfb6643e813b8940032a370ab2848.tar.bz2 |
[svn-r19993] Added ability to use compressed file for external libraries corrected.
Tested: local linux
Diffstat (limited to 'release_docs/CMake.txt')
-rwxr-xr-x | release_docs/CMake.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index 57cd3fd..f882d7f 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -52,8 +52,9 @@ Notes: This short instruction is written for users who want to quickly build C. Use source packages from a compressed file by adding the following CMake options: HDF5_ALLOW_EXTERNAL_SUPPORT:STRING="TGZ" - ZLIB_TGZ_URL:STRING="some_location/zlib_src.ext" - SZIP_TGZ_URL:STRING="some_location/szip_src.ext" + ZLIB_TGZ_NAME:STRING="zlib_src.ext" + SZIP_TGZ_NAME:STRING="szip_src.ext" + TGZ_PATH:STRING="some_location" where "some_location" is the URL or full path to the compressed file and ext is the type of compression file. @@ -186,8 +187,9 @@ Notes: This short instruction is written for users who want to quickly build -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING="TGZ" The options to control the SVN URL (config/cmake/cacheinit.cmake file): - ZLIB_TGZ_URL:STRING="some_location/zlib_src.ext" - SZIP_TGZ_URL:STRING="some_location/szip_src.ext" + ZLIB_TGZ_NAME:STRING="zlib_src.ext" + SZIP_TGZ_NAME:STRING="szip_src.ext" + TGZ_PATH:STRING="some_location" where "some_location/xxxx_src.ext" is the URL or full path to the compressed file and where ext is the type of the compression file like: .bz2, .tar, .tar.gz, .tgz, .zip |