diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-02-10 18:14:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-02-10 18:14:29 (GMT) |
commit | f63891efb59d6b6f6a919e6c57dc4f42d5a2a930 (patch) | |
tree | 2f9bd0911d76a9c7ebf4d7830eb61222d11e3c92 | |
parent | b47b8eca079f4f63c6ac1eb3f0d67ce6a05ba90d (diff) | |
download | hdf5-f63891efb59d6b6f6a919e6c57dc4f42d5a2a930.zip hdf5-f63891efb59d6b6f6a919e6c57dc4f42d5a2a930.tar.gz hdf5-f63891efb59d6b6f6a919e6c57dc4f42d5a2a930.tar.bz2 |
[svn-r8174] Purpose:
made instructions for CW install more clear
Description:
the ZLIB and SZIP library paths are harcoded in the project settings.
in case the user does not want these defaults add a hint to change it
"
If you do not have these libraries installed on these locations, you must change
the path in the Project Settings (menu Edit->Settings->Target->Access Paths)
"
also made clear that the project must be on <install_dir>/hdf5
as described in Windows_install.txt
Solution:
Platforms tested:
Misc. update:
-rw-r--r-- | release_docs/INSTALL_codewarrior.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/release_docs/INSTALL_codewarrior.txt b/release_docs/INSTALL_codewarrior.txt index 6993170..f548590 100644 --- a/release_docs/INSTALL_codewarrior.txt +++ b/release_docs/INSTALL_codewarrior.txt @@ -16,13 +16,18 @@ The Code Warrior project file settings assumes ZLIB is intalled in D:\zlib\zlib. 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. +If you do not have these libraries installed on these locations, you must change +the path in the Project Settings (menu Edit->Settings->Target->Access Paths) ------------------------------------------------------------------------- Setup -------------------------------------------------------------------------- -1. Unpack the file all.zip located in d:\hdf5\windows to d:\. This file contains -the Windows specific files of HDF5. +1. This setup assumes that you installed the distribution zip file as + explained in INSTALL_windows.txt file. The steps are + a) making a folder called <my install>/hdf5/ as your base hdf5 folder + b) 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 with Code Warrior: 1. Open the project file hdf5.mcp (located in d:\hdf5\proj\codewarrior\). |