Unix --------------------------------------------------------

If your Unix is old and don't have rename() system call,
add -DNO_RENAME to compilation flags (LOCAL_CFLAGS in Makefile).

Just type:

		make install

DOS or OS/2 -------------------------------------------------

With Borland C:
	Be shure that all LIB and INCLUDE directories
	into *.mak is correct.

		make -ftodos.mak
		make -fa2kfcnv.mak

With TopSpeed C:

		tsc todos.pr /m
		tsc a2kfcnv.pr /m

after compiling use:
	copy todos.exe fromdos.exe
	copy todos.exe towin.exe
	copy todos.exe fromwin.exe
to produce all decoders.
