summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_codewarrior.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-31 08:51:31 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-31 08:51:31 (GMT)
commit815b6fb790ef0a4a46542144a94ff36f5c199c4c (patch)
treef8697af9664a95ad05180219f280401be6297fb6 /release_docs/INSTALL_codewarrior.txt
parenta08a239692c661e90ea0135116ee4b38ffd37306 (diff)
downloadhdf5-815b6fb790ef0a4a46542144a94ff36f5c199c4c.zip
hdf5-815b6fb790ef0a4a46542144a94ff36f5c199c4c.tar.gz
hdf5-815b6fb790ef0a4a46542144a94ff36f5c199c4c.tar.bz2
[svn-r6931] Purpose:
updated install instructions for code warrior with szip Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs/INSTALL_codewarrior.txt')
-rw-r--r--release_docs/INSTALL_codewarrior.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/release_docs/INSTALL_codewarrior.txt b/release_docs/INSTALL_codewarrior.txt
index 6fed1c0..7d9133c 100644
--- a/release_docs/INSTALL_codewarrior.txt
+++ b/release_docs/INSTALL_codewarrior.txt
@@ -3,22 +3,28 @@ Instructions for Building the HDF5 Library, Tests, and Tools
with the Metrowerks Code Warrior Compiler
---------------------------------------------------------------------------
-
The HDF5 library is supported under the Metrowerks Code Warrior version 8.0 compiler.
The Code Warrior port of the HDF5 library has been tested only on the
Windows NT platform.
The following instructions assume we will be using the path D:\hdf5 for installing the library.
+------------------------------------------------------------------------
Pre conditions:
-The zlib library is needed for building the hdf5 library. The path
-of the zlib library must be defined in Target/Access Paths, D:\zlib.
-You will also need the szip libray in D:\szip.
-TO obtain these libraries please refer to the HDF web site.
+-------------------------------------------------------------------------
+Both the ZLIB and SZIP libraries are needed to link with HDF5.
+The Code Warrior project file settings assumes ZLIB is intalled in D:\zlib\zlib.lib and SZIP is installed in
+D:\szip\codewarrior\szip.lib
+These precompiled libraries can be obtained from the HDF web site, please see hdf.ncsa.uiuc.edu for
+downloading instructions.
+
+-------------------------------------------------------------------------
+Setup
+--------------------------------------------------------------------------
1. Unpack the file all.zip located in d:\hdf5\windows to d:\. This file contains
the Windows specific files of HDF5.
-To build the HDF5 library:
+To build the HDF5 library with Code Warrior:
1. Open the project file hdf5.mcp (located in d:\hdf5\proj\codewarrior\).
2. To build the library:
Select the 'hdf5' target and build (menu Projects-> Make or F7 key).