summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Cygwin.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-10-04 18:33:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-10-04 18:33:41 (GMT)
commit4b2c55da4bdea3482b99b8a34a0fe9671ef0326e (patch)
tree2e0b4d8b09a3590c35f596a617c1e49134854879 /release_docs/INSTALL_Cygwin.txt
parent3519e86db5c81d4d39b2f90c88e1160c398287ce (diff)
downloadhdf5-4b2c55da4bdea3482b99b8a34a0fe9671ef0326e.zip
hdf5-4b2c55da4bdea3482b99b8a34a0fe9671ef0326e.tar.gz
hdf5-4b2c55da4bdea3482b99b8a34a0fe9671ef0326e.tar.bz2
[svn-r22862] Updated CYGWIN, MinGW and linux VM versions
Diffstat (limited to 'release_docs/INSTALL_Cygwin.txt')
-rw-r--r--release_docs/INSTALL_Cygwin.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt
index 5406820..347f427 100644
--- a/release_docs/INSTALL_Cygwin.txt
+++ b/release_docs/INSTALL_Cygwin.txt
@@ -5,7 +5,7 @@
Preconditions:
--------------
-1. Installed Cygwin 1.7.5 or higher
+1. Installed Cygwin 1.7.15 or higher
To install the Cygwin net release, go to http://www.cygwin.com and
click on "Install or update now!" icon. This will download a GUI
@@ -19,13 +19,13 @@ Preconditions:
Cygwin packages.
To build HDF5 on Cygwin, Devel package (including gcc,gcc-g++,
- gcc-g77, and gcc-java compiles, and gdb tool) should be installed.
+ gcc-gfortran, and gcc-java compiles, and gdb tool) should be installed.
2. Compilers Installed
2.1 C/C++ Compilers HDF5-1.8 Supported
- gcc (4.3.4), which includes:
+ gcc (4.5.3), which includes:
gcc4-core : C compiler
gcc4-g++ : C++ compiler
gcc4-fortran : fortran compiler
@@ -51,7 +51,7 @@ Preconditions:
3.1 Zlib
- zlib-1.2.2 or later is supported and tested on Cygwin.
+ zlib-1.2.5 or later is supported and tested on Cygwin.
3.2 Szip
The HDF5 library has a predefined compression filter that uses
@@ -61,8 +61,8 @@ Preconditions:
http://hdfgroup.org/HDF5/doc_resource/SZIP/index.html.
The latest supported public release of SZIP is available from
- ftp://ftp.hdfgroup.org/lib-external/szip/2.0. Binary distribution can be
- found under ftp://ftp.hdfgroup.org/lib-external/szip/2.0/bin/cygwin
+ ftp://ftp.hdfgroup.org/lib-external/szip/2.1. Binary distribution can be
+ found under ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/cygwin
Install HDF5 on Cygwin
@@ -76,19 +76,19 @@ Install HDF5 on Cygwin
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which creates
- an `hdf5-1.8.5' directory.
+ an `hdf5-1.8.x' directory.
2.1 Non-compressed tar archive (*.tar)
- $ tar xf hdf5-1.8.5.tar
+ $ tar xf hdf5-1.8.x.tar
2.2 Gzip'd tar archive (*.tar.gz)
- $ gunzip < hdf5-1.8.5.tar.gz | tar xf -
+ $ gunzip < hdf5-1.8.x.tar.gz | tar xf -
2.3 Bzip'd tar archive (*.tar.bz2)
- $ bunzip2 < hdf5-1.8.5.tar.bz2 | tar xf -
+ $ bunzip2 < hdf5-1.8.x.tar.bz2 | tar xf -
2. Setup Environment
@@ -233,7 +233,7 @@ Install HDF5 on Cygwin
8. Known Problems
- Shared libraries can not be built on Cygwin In release 1.8.
+ dt_arith tests may fail.
-----------------------------------------------------------------------