File: README

package info (click to toggle)
iraf 2.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,000 kB
  • sloc: ansic: 115,890; fortran: 74,576; lisp: 18,888; yacc: 5,642; sh: 961; lex: 596; makefile: 509; asm: 159; csh: 54; xml: 33; sed: 4
file content (27 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
These directories contain the source and libraries for the IRAF system, i.e.,
the system interface or "virtual operating system" (VOS) and the machine
independent i/o libraries comprising the program interface.  To rebuild the
VOS merely run "mkpkg" after bringing up the bootstrap utilities and libraries
in host$.  To relink the system executables after an important modification
to the VOS, type "mkpkg update".

    clio	command language i/o
    dbio	database i/o
    etc		miscellanous system modules
    fio		file i/o
    flib	contains nop.x, used to list modules for libmain.o
    fmtio	formatted i/o
    gio		graphics i/o
    imio	image i/o
    ki		kernel inteface (networking)
    memio	memory i/o
    mkpkg	descriptor file for the MKPKG utility
    mtio	magnetic tape i/o
    osb		bit and byte primitives
    spool	record of the last sysgen
    vops	vector operators

For example:

	mkpkg >& spool &		make or update the VOS libraries
	mkpkg update			update the system executables