diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/tbtables/cfitsio/README.MacOS | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/tbtables/cfitsio/README.MacOS')
-rw-r--r-- | pkg/tbtables/cfitsio/README.MacOS | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/pkg/tbtables/cfitsio/README.MacOS b/pkg/tbtables/cfitsio/README.MacOS new file mode 100644 index 00000000..6deedcff --- /dev/null +++ b/pkg/tbtables/cfitsio/README.MacOS @@ -0,0 +1,31 @@ +To build the CFITSIO library on Mac OS-X systems, follow the +instructions for Unix platforms given in the CFITSIO User's Reference +Guide (cfitsio.doc). + +To build the MacOS port on classic Mac OS-9 or earlier: + +1. Un binhex and unstuff cfitsio_mac.sit.hqx +2. put CFitsioPPC.mcp in the cfitsio directory. +2. Load CFitsioPPC.mcp into CodeWarrior Pro 5 and make. + This builds the cfitsio library for PPC. There are also targets for both + the test program and the speed test program. + +To use the MacOS port you can add Cfitsio PPC.lib to your Codewarrior Pro 5 +project. Note that this only has been tested for the PPC. It probably +won't work on 68k macs. Also note that the fortran bindings aren't +included. I haven't worked with the codewarrior f2c plugin so I don't know +how these would work. If one is interested, please write and I can look +into this. + +bruce.oneel@obs.unige.ch + +Modifications... + +10/22/98: pwilson@sewanee.gsfc.nasa.gov + New files added for project. Converted to CodeWarrior Pro 3. + The speed test program does not run... complains about a missing library? +11/09/98: pwilson@sewanee.gsfc.nasa.gov + Fixed speed test problem thanks to Tom Andersen. +07/17/00: pwilson@milkyway.gsfc.nasa.gov + Updated to CodeWarrior Pro 5 and CFITSIO 2.037. + |