diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-14 19:10:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-14 19:10:30 (GMT) |
commit | 708227a1f9460ffb3cbe0a075d8a6cb6327983af (patch) | |
tree | 7952982161709bb96e2ca2231dcfdbf22fd2ca2d /release_docs/USING_HDF5_VS.txt | |
parent | 4ed758aa3da4c3ee72e5adb552b9db6ff0a3f326 (diff) | |
download | hdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.zip hdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.tar.gz hdf5-708227a1f9460ffb3cbe0a075d8a6cb6327983af.tar.bz2 |
[svn-r29406] Add Java and update options to CMake/Windows docs
Diffstat (limited to 'release_docs/USING_HDF5_VS.txt')
-rw-r--r-- | release_docs/USING_HDF5_VS.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/USING_HDF5_VS.txt b/release_docs/USING_HDF5_VS.txt index 146782a..3aaa56d 100644 --- a/release_docs/USING_HDF5_VS.txt +++ b/release_docs/USING_HDF5_VS.txt @@ -54,11 +54,11 @@ Using Visual Studio 2008 with HDF5 Libraries built with Visual Studio 2008 and select "x64". 2.2 Find the box "Show directories for", choose "Include files", add the - header path (i.e. c:\Program Files\HDF_Group\HDF5\1.8.x\include) + header path (i.e. c:\Program Files\HDF_Group\HDF5\1.10.x\include) to the included directories. 2.3 Find the box "Show directories for", choose "Library files", add the - library path (i.e. c:\Program Files\HDF_Group\HDF5\1.8.x\lib) + library path (i.e. c:\Program Files\HDF_Group\HDF5\1.10.x\lib) to the library directories. 2.4 If using Fortran libraries, you will also need to setup the path |