mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4236] Purpose:
Editorial pass Platforms tested: Visual inspection in vi
This commit is contained in:
parent
5c8bcc1917
commit
7b4b7522db
@ -1,30 +1,36 @@
|
||||
|
||||
Instructions to build the HDF5 library, tests and tools on Metrowerks Code Warrior.
|
||||
--------------------------------------------------------------------------------------
|
||||
Instructions for Building the HDF5 Library, Tests, and Tools
|
||||
with the Metrowerks Code Warrior Compiler
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
||||
As of version 1.4.2 of the HDF5 library, HDF5 is now supported on the Metrowerks
|
||||
As of Release 1.4.2, the HDF5 library is supported under 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.
|
||||
The Code Warrior port of the HDF5 library has been tested only on the
|
||||
Windows NT platform.
|
||||
|
||||
These instructions assume a basic knowledge of the Code Warrior compiler.
|
||||
|
||||
To install the HDF5 library:
|
||||
1. Open the project file hdf5.mcp (located in 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\.
|
||||
Type
|
||||
Hdf5test debug
|
||||
or, to redirect the output to a file called myfile.txt,
|
||||
Hdf5test debug > myfile.txt
|
||||
The test and tools files are generated in the same directory as
|
||||
the those compiled with 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
|
||||
---------------------------------------------------------------------------
|
||||
The HDF Group would like to thank Ron Liechty of Metrowerks technical
|
||||
support for all the help provided during the development of this project.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user