Files
tinycobol/info/isetup
2023-07-14 12:15:30 -03:00
..
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00

TinyCOBOL MinGW edition:

TinyCOBOL MinGW edition assumes that the following is installed on your system:
- GCC MinGW version.
- Berkeley's DB library version 1.85. 
- PDcurses library version 2.4 or later.

Installation using the setup binary:
- Run the INNO setup (ex: tinycobol-0.62-1.mingw.exe) binary.
- Create a DOS or CMD window shortcut.
- Set the TinyCOBOL and PATH environment variables.
  Win9x users (DOS):
  Use the enclosed batch file 'tcobol.bat' as a template.
  Set the initial environment memory to 4096. 
  Win2K/XP users (CMD):
  Use the properties sheet to set the values.  
  Example:
  set TCOB_OPTIONS_PATH=C:\TinyCOBOL
  set TCOBRT_CONFIG_DIR=C:\TinyCOBOL
  set PATH=C:\TinyCOBOL;C:\mingw\bin;%PATH%

Binaries for BDB and PDcurses can be downloaded from the TinyCOBOL web page.

Note that the following are not included in distribution.
- Regression test suite sources.
- Utility programs binaries. 
- Sample COBOL code sources.