summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_From_Command_Line.txt
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-04-05 19:55:20 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-04-05 19:55:20 (GMT)
commit49448eeca13cfd32e36f4ec74f5e69fa6c1f476d (patch)
treee0e6b382fa571e96daa154e52ea0d9e577d34b6a /release_docs/INSTALL_Windows_From_Command_Line.txt
parent16ac51bff15be27048c40eceec21b8bc4c904896 (diff)
downloadhdf5-49448eeca13cfd32e36f4ec74f5e69fa6c1f476d.zip
hdf5-49448eeca13cfd32e36f4ec74f5e69fa6c1f476d.tar.gz
hdf5-49448eeca13cfd32e36f4ec74f5e69fa6c1f476d.tar.bz2
[svn-r10548] Purpose:
Update documents about installing hdf5 on windows xp Description: Modified files: INSTALL_Windows.txt INSTALL_Windows_From_Command_Line.txt INSTALL_Windows_Short.txt Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows_From_Command_Line.txt')
-rwxr-xr-xrelease_docs/INSTALL_Windows_From_Command_Line.txt38
1 files changed, 14 insertions, 24 deletions
diff --git a/release_docs/INSTALL_Windows_From_Command_Line.txt b/release_docs/INSTALL_Windows_From_Command_Line.txt
index e7b0960..313bad4 100755
--- a/release_docs/INSTALL_Windows_From_Command_Line.txt
+++ b/release_docs/INSTALL_Windows_From_Command_Line.txt
@@ -1,5 +1,5 @@
- Instructions for Building and Testing HDF5 on Command Line
- for Windows XP/2000
+ Instructions for Building and Testing HDF5 on Command Line
+ for Windows XP
************************************************************************
Note: This instruction is written for users who would like to build HDF5
@@ -7,7 +7,7 @@ Note: This instruction is written for users who would like to build HDF5
line.
Currently, we only support building and testing HDF5 on command
- line with Microsoft Visual C++ 6.0 and DEC Fortran 6.0.
+ line with Microsoft Visual C++ 6.0 and Compaq Visual Fortran 6.0.
For all other Windows development tools, HDF5 should be built in
the development environment. Please refer to INSTALL_Windows.txt
@@ -24,7 +24,7 @@ notes in INSTALL_Windows.txt before starting below procedures.
Extra Preconditions
- 1. Set path for Microsoft Visual C++ 6.0 and DEC Fortran 6.0
+ 1. Set path for Microsoft Visual C++ 6.0 and Compaq Visual Fortran 6.0
Open "System" in Control Panel.
@@ -32,7 +32,7 @@ Extra Preconditions
"Path" in the "System variables" box, then click "Edit" and
add your Visual C++ 6.0 path (For example,
C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\)
- and DEC Fortran 6.0 path (For example,
+ and Compaq Visual Fortran 6.0 path (For example,
C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\)
into "Variable Value" and click "OK".
@@ -41,7 +41,7 @@ Extra Preconditions
To use WinZip command line utility, you have to install
WinZip 9.0 or higher version.
- If you want to extract hdf5\windows\all.zip on the command line,
+ If you want to extract zip files on the command line,
you should
2.1 Install WinZip command line support add-on 1.1
@@ -58,28 +58,18 @@ Extra Preconditions
into "Variable Value" and click "OK".
Note:
- You can also extract all.zip from interactive WinZip interface
- without the above two steps.
+ You can also extract zip files from interactive WinZip
+ interface without the above two steps.
***********************************************************************
Step 1. Building and testing HDF5 libraries and tools
- 1. Unpack all.zip
-
- Unpack all.zip in c:\MyHDFstuff\hdf5\windows into the
- C:\myHDFstuff directory.
-
- This can be done with either of the following 2 options:
-
- Option A. Unpack from the interactive WinZip interface
-
- Option B. unpack on the command line
-
- cd into the c:\MyHDFstuff\hdf5\windows directory
-
- type: wzunzip -yO -d -o all.zip c:\MyHDFstuff
+ 1. Run batch file copy_hdf.bat.
+ Go to c:\MyHDFstuff\hdf5\windows and run copy_hdf.bat. This process
+ will copy all the necessary batch files and text files saved under
+ c:\MyHDFstuff\hdf5\windows directory to the directories where they
+ will be used.
-
2. Build and Test
We provide 2 options for users to build test HDF5 libraries
@@ -190,4 +180,4 @@ Run the batch file c:\MyHDFstuff\hdf5\installhdf5lib.bat to install all
HDF5 libraries and tools into c:\MyHDFstuff\hdf5\hdf5lib directory.
-For further information, please refer to INSTALL_WINDOWS.txt. \ No newline at end of file
+For further information, please refer to INSTALL_WINDOWS.txt.