mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r16952] corrected name of zlib in Section IV, part 3, step 2
Tested: windows
This commit is contained in:
parent
8745d8b7cc
commit
06287443e4
@ -940,7 +940,7 @@ project, you may choose one of the following two methods.
|
||||
3. Choose the build configuration you would like to modify in the drop
|
||||
down menu labeled "Configuration:"
|
||||
|
||||
4. Choose the "Linker" tab, anc select "General".
|
||||
4. Choose the "Linker" tab, and select "General".
|
||||
|
||||
5. In a text-area labeled with "Additional Library Directories:", add
|
||||
HDF5, Zlib, and Szip library files directories. For example:
|
||||
@ -980,7 +980,7 @@ project, you may choose one of the following two methods.
|
||||
1. In Visual Studio, go to the Project menu and choose "Properties".
|
||||
|
||||
2. Find the "Link" option and "Input" category. In the "Additional
|
||||
Dependencies" field, insert "zdll.lib, szlibdll.lib, hdf5.lib".
|
||||
Dependencies" field, insert "zlib1.lib, szlibdll.lib, hdf5.lib".
|
||||
|
||||
3. (Optional) Also insert "hdf5_cpp.lib" if you want to use HDF5 C++
|
||||
static library.
|
||||
|
Loading…
Reference in New Issue
Block a user