summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_codewarrior.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2001-07-09 18:34:08 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2001-07-09 18:34:08 (GMT)
commitab51babbe93b55d8326d10a85577bc74065856d8 (patch)
tree32ea9e2d998400c1811fe6eeaa6e482d7bed464f /release_docs/INSTALL_codewarrior.txt
parent2aa68eaac1264d6962ecc45cb5cc44cd66724e3e (diff)
downloadhdf5-ab51babbe93b55d8326d10a85577bc74065856d8.zip
hdf5-ab51babbe93b55d8326d10a85577bc74065856d8.tar.gz
hdf5-ab51babbe93b55d8326d10a85577bc74065856d8.tar.bz2
[svn-r4158]
Purpose: code warrior docs Description: Solution: Platforms tested:
Diffstat (limited to 'release_docs/INSTALL_codewarrior.txt')
-rw-r--r--release_docs/INSTALL_codewarrior.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/release_docs/INSTALL_codewarrior.txt b/release_docs/INSTALL_codewarrior.txt
new file mode 100644
index 0000000..c2dbae0
--- /dev/null
+++ b/release_docs/INSTALL_codewarrior.txt
@@ -0,0 +1,30 @@
+
+Instructions to build the HDF5 library, tests and tools on Metrowerks Code Warrior.
+--------------------------------------------------------------------------------------
+
+
+As of version 1.4.2 of the HDF5 library, HDF5 is now supported on the Metrowerks
+Code Warrior 6.0 compiler.
+
+These instructions assume you have some basic knowledge of the Code Warrior compiler.
+1. Open the project file hdf5.mcp (it is located in hdf5/proj/codewarrior)
+2. Building the library.
+ Select the hdf5 target and build (menu Projects-> Make or F7 key).
+3. Building all the targets (HDF5 library, test and tools).
+ Select the all target and build.
+4. Running the tests on a command line window
+ On a command line window, change directory to hdf5\test. Type
+ Hdf5test debug
+ Or
+ Hdf5test debug > myfile.txt
+ To redirect the output to a file called myfile.txt
+ The test and tools files are generated on the same directory as the ones compiled by
+ using the Microsoft Visual Studio compiler.
+5. Enjoy.
+
+--------------------------------------------------------------------------------------
+The HDF Software development group
+We would like to thank Ron Liechty of the Metrowerks help support for all the help provided during the development of this project
+
+
+