diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2003-04-29 19:28:40 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2003-04-29 19:28:40 (GMT) |
commit | 67985f540fe44d0ea57415dd10a592259a25d154 (patch) | |
tree | 2b30dfe83719283a08b5fad1260afb6e88baf6c8 /release_docs/INSTALL_Windows.txt | |
parent | f555485a003a93a9f97f89f73af3b5b6ea269b24 (diff) | |
download | hdf5-67985f540fe44d0ea57415dd10a592259a25d154.zip hdf5-67985f540fe44d0ea57415dd10a592259a25d154.tar.gz hdf5-67985f540fe44d0ea57415dd10a592259a25d154.tar.bz2 |
[svn-r6778] Purpose:
Update stdio driver supported on windows
Description:
To tell users how to set and use stdio driver.
Solution:
Platforms tested:
Text file doesn't have to be tested.
Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 0e66836..947bc31 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -52,6 +52,7 @@ The following sections discuss installation procedures in detail: Section V: Disable gzip compression Section VI: How to build in HDF5 in VS 7.0(.NET) Section VII: Build and test HDF5 snapshot release + Section VIII: Misc. *************************************************************** @@ -605,6 +606,7 @@ Tools->Options->Projects->VC++ Directories and choose Include and libraries unde the category of "show directories for" to add the corresponding path. Note: Currently we only build and test .NET on windows XP. + Section VII: Build and test HDF5 snapshot release @@ -623,5 +625,26 @@ Extra steps: 4) type H5Tinit.exe >H5Tinit.c 5) Go back to section II, continue with step 1(2). +Section VIII: + +Misc. + +1) drivers we support +The default driver on windows we support is sec2 driver. However, stdio driver +is also supported. If you want to use stdio driver in your application, you +may set environment variable HDF5_DRIVER to "stdio". + +On windows 2000, the following steps should be followed to set environment +variable, + + a) Go to Control panel and find "system", + b) Click "system" and choose "advanced", + c) Choose Environment Variables + d) Add new variable "HDF5_DRIVER" + e) set the "HDF5_DRIVER" to "stdio" + +Reminder: if you don't want to use stdio driver, please remember to delete +the environment variable "HDF5_DRIVER" or change the variable value to "sec2". + Please send email to hdfhelp@ncsa.uiuc.edu for further assistance. |