diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ + + This directory contains the IRAF v2.16.1 release from NOAO. The +contents of this directory include: + + LICENSE Software license information + Makefile Top-level makefile + README This file + README.install Installation Notes + RELEASE.txt IRAF v2.16.1 Release Notes + bin Symbolic link to current system architecture + bin.generic Generic architecture (should always be empty) + bin.linux 32-bit Linux binaries + bin.linux64 64-bit Linux binaries + bin.macintel 32-bit Mac OSX (Intel) binaries + bin.macosx 64-bit Mac OSX (Intel) binaries + dev IRAF Device definition files + doc IRAF System Documentation + extern External Packages + include Top-level vendor include files + install IRAF installation script + lib IRAF include files and libraries + local IRAF 'local' package, release notes, etc + math IRAF 'math' library packages + mkpkg Top-level IRAF mkpkg build file + noao NOAO External Package + pkg IRAF core system package sources + sys IRAF Virtual Operating System (VOS) sources + unix Host System Interface files (Unix) + util Build utility scripts + vendor Third-party vendor libraries (e.g. CFITSIO) + vo VO External Package + + + o For Installation instructions see the 'README.install' file in + this directory. + + o For a summary of what is included in this release see the 'RELEASE.txt' + file in this directory. + + o For problems or questions, please see http://iraf.net |