Decus C may be obtained on the Engineering Net by copying files
from REX::DISK$REXSYSTEM:[DECUSC...].

NOTE: Subdirectories may only be copied during non-prime time
in Maynard.

Binary "kit":	Copy only the top-level directory [DECUSC].
		Delete *.DIR.
		See "installation" notes, below.

Source "kit:"	Copy the following sub-directories as needed.
	** NOTE: sub-directories may not be copied during	**
	** prime-time in Maynard (0800-1800).			**

  documentation	[.COMMAND]  (also has some general stuff)
  compiler	[.COMP]
  run-time	[.OTSCOM] and [.OTSIO]
  tools		[.TOOLS]
  misc. progs.	[.MISC]   (generally un-needed)
  lex		[.LEX]    (lexical analyser generator)
  RSX library	[.RSXLIB] (allows access to rsx directives from C)
  RSTS library	[.RSTSLB] (allows access to rsts directives from C)
  VAX library	[.VAXLIB] (for running Decus C stuff on Vax-11 C)
  stuff		[.USEFUL] (sometimes useful subroutines)
  math library	[.PML]    (portable math library)
  cross asm's	[.CROSS]  (for various micros)

See KIT.DOC for more details.

To use Decus C, add the following to your LOGIN.COM file,
changing the disk assignments as needed.

	$ ASSIGN	disk$rexsystem:[decusc]	c
	$ XCC		:== $C:CC.EXE
	$ XAS		:== $C:AS.EXE

To compile a file,

	XCC filenam
	XAS filename -d		(assember)

To taskbuild a file (vax compatibility)

	MCR TKB filename,c:c/lb

See the command files in [.TOOLS] for other examples.

Please note:  Decus C is a "hobby" -- it is not supported product.
If you have trouble installing the system, read the manual.
If you find a bug, fix it and then contact me.

Martin Minow
REX::MINOW	decvax!minow	DTN 223-9922, (617) 493-9922

