summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-04-29 14:19:00 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-04-29 14:19:00 (GMT)
commitba5cbe0dc0efcb268ab9e19085fbe1119c923084 (patch)
tree659210d693415b934d829a76e22e7cb4d2021f98 /release_docs/INSTALL_Windows.txt
parenta2eae39b6e1697d5593a22cd208f7e172a38b4ba (diff)
downloadhdf5-ba5cbe0dc0efcb268ab9e19085fbe1119c923084.zip
hdf5-ba5cbe0dc0efcb268ab9e19085fbe1119c923084.tar.gz
hdf5-ba5cbe0dc0efcb268ab9e19085fbe1119c923084.tar.bz2
[svn-r23650] Correct text of VS doc
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 1581c14..7873709 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -6,5 +6,11 @@
We now recommend that users build, test and install HDF5 using CMake.
-Instructions for building and testing HDF5 using CMake can be found in
-the INSTALL_CMake.txt file found in this folder.
+Instructions for building and testing HDF5 using CMake can be found in the
+INSTALL_CMake.txt file found in this folder.
+
+For instructions of building and testing an application with HDF5, see
+USING_HDF5_CMake.txt file found in this folder.
+
+Users who want to build and run an application with HDF5 in Visual Studio
+without using CMake should consult the USING_HDF5_VS.txt file.