diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-17 19:49:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-17 19:49:06 (GMT) |
commit | cd38a32601e3aacacd45365f8f129bfe08f08898 (patch) | |
tree | 7c5dc70b51c69c3d3d02e3951d2185ade5d0a96c /release_docs/INSTALL_Windows.txt | |
parent | 62aa159e098d0c19b07d4e1089b0f36ffdb7a305 (diff) | |
download | hdf5-cd38a32601e3aacacd45365f8f129bfe08f08898.zip hdf5-cd38a32601e3aacacd45365f8f129bfe08f08898.tar.gz hdf5-cd38a32601e3aacacd45365f8f129bfe08f08898.tar.bz2 |
[svn-r21593] Add CMake option to disable packaging component: needed to avoid configuration warning when using Visual Studio Express versions on windows.
Tested: Bangan
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 243ccba..e7184d4 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -68,6 +68,9 @@ Preconditions: Note: We have attempted to mirror our Autoconf configuration files for maintainence reasons. We are still working to synchronize the configuration files. + Also, if you are using a VS Express version or do not want to enable + the packaging components, set HDF5_NO_PACKAGES to ON (on the command + line add -DHDF5_NO_PACKAGES:BOOL=ON) 5. Set up a directory structure to unpack the library. For example: |