aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/xtools/README
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/xtools/README')
-rw-r--r--pkg/xtools/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/xtools/README b/pkg/xtools/README
new file mode 100644
index 00000000..394f71f6
--- /dev/null
+++ b/pkg/xtools/README
@@ -0,0 +1,12 @@
+
+This directory contains miscellaneous tools written in the spp language.
+While not really system routines or mathematical library routines, these
+library routines are nonetheless sufficiently general purpose to justify
+making them publically available. Reference library "libxtools.a" (-lxtools
+on the xc command line) to access these routines.
+
+IRAF Group members are encouraged to add to the tools. To install a new
+tool: (1) copy the .x source into the directory or subdirectory, (2) Enter
+the name of each file followed by any dependency files into the mkpkg file,
+and (3) enter the UNIX command "mkpkg". This will compile the new modules and
+add them to the "libxtools.a" library.