aboutsummaryrefslogtreecommitdiff
path: root/pkg/vocl/README
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/vocl/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/vocl/README')
-rw-r--r--pkg/vocl/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkg/vocl/README b/pkg/vocl/README
new file mode 100644
index 00000000..3e0c476f
--- /dev/null
+++ b/pkg/vocl/README
@@ -0,0 +1,17 @@
+CL -- This directory contains the sources for the IRAF command language (CL).
+The command language is implemented as a C program upon the IRAF VOS, using an
+interface called LIBC (the C runtime library). LIBC is documented in the
+source directory for the LIBC package, sys$libc. LIBC provides a C language
+binding for the IRAF VOS, plus an implementation of the UNIX "stdio" library.
+
+To compile the CL, the libraries comprising the IRAF VOS must first be compiled
+and installed in lib$. In addition the CL uses LIBC and two graphics
+libraries, libstg.a (the STDGRAPH graphics kernel) and libcur.a (cursor mode,
+for cursor type CL queries). A number of global include files are also
+required and will be found in host$hlib/libc. The file <iraf.h> must be
+installed in a public directory where it can be found by the C compiler on your
+system.
+
+Given these libraries the CL may be compiled and linked simply by typing
+"mkpkg" in this directory. Typing "mkpkg update" will make the CL and
+"install" the executable in the iraf$bin directory.