diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-02 19:38:13 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-02 19:38:13 (GMT) |
commit | 58e85908ba668341013022e69fbb8f2399ee31b8 (patch) | |
tree | 86ed461a129d13a373ba45e4d05979a8a1747750 /INSTALL | |
parent | b809e9c3a269fb7c9aff3ffa29a16bee1572b739 (diff) | |
download | hdf5-58e85908ba668341013022e69fbb8f2399ee31b8.zip hdf5-58e85908ba668341013022e69fbb8f2399ee31b8.tar.gz hdf5-58e85908ba668341013022e69fbb8f2399ee31b8.tar.bz2 |
[svn-r3340]
Purpose:
document fixed
Description:
1) Modify windows install documentation(install_WINDOWS) so that
users can choose build and test basic hdf5 lib and tools or hdf4-related
hdf5 tools
2) update windows information for RELEASE and INSTALL files
Solution:
Platforms tested:
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -95,7 +95,10 @@ The MicroSoft Win32 5.0 compiler is unable to cast unsigned long long values to doubles. HDF5 works around this bug by first casting to signed long long and then to double. - + A link warning: defaultlib "LIBC" conflicts with use of other + libs appears for debug version of VC++ 6.0. This warning will + not affect building and testing hdf5 libraries. + 3. Quick installation For those that don't like to read ;-) the following steps can be |