tinycobol/INSTALL.bin

40 lines
1.1 KiB
Plaintext

The TinyCOBOL Project.
Binaries install instructions:
-------------------------------------------------------------------------------
LINUX and BSD:
Release Notes for Linux and FreeBSD.
Requirements:
GCC:
Since this compiler generates GAS compatible assembler code, the final
compilation and linkage is done by GCC.
db-1.85.4:
This library is used to access indexed files. It is available on Metalab(1),
both as a libc5 ELF binary and as source.
1) Ibiblio (formely known as Sunsite Metalab)
http://www.ibiblio.org/pub/linux/libs/db
db-1.85.4-bin-ELF.tar.gz - shared lib of db 1.85.4
db-1.85.4-src.tar.gz - full source tree for db 1.85.4
ncurses:
The ncurses library is required. Used in screen I/O.
To install(su access required):
As su, in the root directory type make install.
Note:
Test programs found in test.code directories can be build and run without
installing Tiny COBOL. See Readme.txt files in test.code directories for instructions.
Binaries in utils directories are not installed by main make install. To install
utils use utils directory Makefile.
-------------------------------------------------------------------------------