summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2006-04-06 17:05:16 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2006-04-06 17:05:16 (GMT)
commit8b2932bf607dc758221bc1041b4946a01fbf6413 (patch)
tree00d160ab83ade2b8dcf1fedd43de8b37ee0c145c /release_docs
parente36db373ef271a1e4e87c891942b24701941863a (diff)
downloadhdf5-8b2932bf607dc758221bc1041b4946a01fbf6413.zip
hdf5-8b2932bf607dc758221bc1041b4946a01fbf6413.tar.gz
hdf5-8b2932bf607dc758221bc1041b4946a01fbf6413.tar.bz2
[svn-r12204] Purpose:
Correcting typos and updating Description: Several section numbers are messed up inside INSTALL_Windows.txt. Remove the section of using DEBUG information inside HDF5 since it is difficult to verify whether this part of code is indeed used. Most people use windows' own debugger while debugging. Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-xrelease_docs/INSTALL_Windows.html11
-rw-r--r--release_docs/INSTALL_Windows.txt19
2 files changed, 3 insertions, 27 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html
index d203ee1..7177564 100755
--- a/release_docs/INSTALL_Windows.html
+++ b/release_docs/INSTALL_Windows.html
@@ -3050,17 +3050,6 @@ Use run-time Library</li>
to use HDF5 Fortran DLL.</p>
</li>
</ol>
- <h3><a name="debug_section11">3. Use hDF5 to obtain debug information from library</a></h3>
- <ul class="intable">
- <li><h3>3.1 Define Debug Macro</h3></li>
- <li><p>Go to directory <span class="filename">c:\MYHDFstuff\hdf5\windows\src</span>, open <span class="filename">
- H5pubconf.h</span> and define the following debug macro:</p>
- </li>
- <p class="insmes">#define H5S_DEBUG 1</p>
- <p>Save <span class="filename">H5pubconf.h.</span></p>
- </li>
- <li><h3>3.2 Go back to <a href="#section2">Section II</a>, continue building and testing HDF5 </h3></li>
- </ul>
</li>
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 79ffc2b..2d63a82 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -14,8 +14,8 @@ Contents:
Section : Preconditions and Notes
Section I : What do we build and install
Section II : How to build and test HDF5 libraries and tools
- Section III : How to build an application using the HDF5 library or DLL
- Section IV : How to build examples (optional)
+ Section III : How to build examples (optional)
+ Section IV : How to build an application using the HDF5 library or DLL
Section V : How to disable Gzip(Zlib)/Szip compression
Section VI : How to build HDF5 in VS 7.0(.NET)
Section VII : How to build HDF5 with INTEL Compiler
@@ -1401,7 +1401,7 @@ To use the DLL:
e) The directories listed in the PATH environment variable.
4. To modify your own application settings, please DO FOLLOW the
- "DLL Hints" at Section IV "HELPFUL POINTERS".
+ "DLL Hints" at Section XI "HELPFUL POINTERS".
========================================================================
Section V: How to disable Gzip(Zlib)/Szip compression
@@ -2322,18 +2322,5 @@ using the Visual C++ Development Environment.
"HDF5F90_WINDOWS" to use HDF5 Fortran DLL.
-3. Use HDF5 to obtain debug information from library
-
- 3.1 Define Debug Macro
-
- Go to directory c:\MYHDFstuff\hdf5\windows\src, open H5pubconf.h
- and define the following debug macro:
-
- #define H5S_DEBUG 1
-
- Save H5pubconf.h.
-
- 3.2 Go back to Section II, continue building and testing HDF5
-
************************************************************************
Please send email to hdfhelp@ncsa.uiuc.edu for further assistance.