From 27e704205307d9c9b04e252afa789f4cc8d92761 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 12 May 2003 11:36:32 -0500 Subject: [svn-r6847] Purpose: code warrior update Description: changed the project file to include the new H5Dio.c and remove the old H5Farray.c files updated install instructions Solution: Platforms tested: code warrior Misc. update: --- release_docs/INSTALL_codewarrior.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/release_docs/INSTALL_codewarrior.txt b/release_docs/INSTALL_codewarrior.txt index 4c746fb..6fed1c0 100644 --- a/release_docs/INSTALL_codewarrior.txt +++ b/release_docs/INSTALL_codewarrior.txt @@ -5,20 +5,27 @@ 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. -These instructions assume a basic knowledge of the Code Warrior compiler. +1. Unpack the file all.zip located in d:\hdf5\windows to d:\. This file contains +the Windows specific files of HDF5. -To install the HDF5 library: -1. Open the project file hdf5.mcp (located in hdf5\proj\codewarrior\). +To build the HDF5 library: +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). 3. To build all the targets (HDF5 library, test, and tools): Select the 'all' target and build. 4. To run the tests in a command line window: - In the command line window, change directory to hdf5\test\. + In the command line window, change directory to d:\hdf5\test\. Type Hdf5test debug or, to redirect the output to a file called myfile.txt, @@ -27,9 +34,6 @@ To install the HDF5 library: the those compiled with the Microsoft Visual Studio compiler. 5. Enjoy. -NOTE: The zlib library is needed for building the hdf5 library. The path -of the zlib library must be defined in Target/Access Paths, for example -D:\zlib --------------------------------------------------------------------------- The HDF Group would like to thank Ron Liechty of Metrowerks technical -- cgit v0.12