diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-01-26 14:09:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-01-26 14:09:45 (GMT) |
commit | fee00328e7eb104b1ec75fda6caf5c8513708599 (patch) | |
tree | 6c96386fb6ab432c684c7ea4c0d2a7206d8b0005 /release_docs/CMake.txt | |
parent | c5dd29c7b86cfb6643e813b8940032a370ab2848 (diff) | |
download | hdf5-fee00328e7eb104b1ec75fda6caf5c8513708599.zip hdf5-fee00328e7eb104b1ec75fda6caf5c8513708599.tar.gz hdf5-fee00328e7eb104b1ec75fda6caf5c8513708599.tar.bz2 |
[svn-r19995] remove reference to jpeg
Diffstat (limited to 'release_docs/CMake.txt')
-rwxr-xr-x | release_docs/CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index f882d7f..0540fb6 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -169,7 +169,7 @@ Notes: This short instruction is written for users who want to quickly build file in your build directory. Be sure to select either Debug or Release and build the solution. - 3.2.1 The external libraries (zlib, szip, and jpeg) can be configured + 3.2.1 The external libraries (zlib and szip) can be configured to allow building the libraries by downloading from a SVN repository. The option is 'HDF5_ALLOW_EXTERNAL_SUPPORT'; by adding the following configuration option: @@ -180,7 +180,7 @@ Notes: This short instruction is written for users who want to quickly build SZIP_SVN_URL:STRING="http://svn.hdfgroup.uiuc.edu/szip/trunk" These should be changed to your location. - 3.2.2 Or the external libraries (zlib, szip, and jpeg) can be configured + 3.2.2 Or the external libraries (zlib and szip) can be configured to allow building the libraries by using a compressed file. The option is 'HDF5_ALLOW_EXTERNAL_SUPPORT'; by adding the following configuration option: |