1- OpenCOBOL
2- http://www.opencobol.org/
3- http://sourceforge.net/projects/open-cobol/
1+ opensource COBOL
2+ http://www.osscons.jp/osscobol/
43
5- OpenCOBOL is an open-source COBOL compiler, which translates COBOL
6- programs to C code and compiles it using GCC.
4+ opensource COBOL is open-source COBOL compiler an extension of the Japan-specific features.
5+ It's translates COBOL program to C code and compiles it using GCC or CL.
6+
7+ It was forked from OpenCOBOL in 2012.
8+ See also OpenCOBOL project.
9+ http://www.opencobol.org/
10+ http://sourceforge.net/projects/open-cobol/
711
812This package contains the following subdirectories:
913
1014 cobc COBOL compiler
1115 libcob COBOL run-time library
12- bin COBOL driver program
16+ bin COBOL driver program
1317 lib static library and common headers
1418 config configuration files
1519 po international messages
1620 texi Texinfo files
1721 tests Test suite
22+ vbisam VBISAM file I/O library
23+ win32 Project files for Windows
1824
1925All programs except those in lib and libcob are distributed under
2026the GNU General Public License. See COPYING for details.
@@ -24,6 +30,8 @@ General Public License. See COPYING.LIB for details.
2430
2531See AUTHORS for the author of each file.
2632
33+ Please refer to the file "win32/README" about win32 directory.
34+
2735============
2836Requirements
2937============
@@ -40,7 +48,7 @@ Requirements
4048 ALWAYS install the distro packages when available !!
4149 ***
4250
43- OpenCOBOL requires the following external libraries to be installed:
51+ opensource COBOL requires the following external libraries to be installed:
4452
4553 o GNU MP (libgmp) 4.1.2 or later
4654 http://gmplib.org
@@ -128,12 +136,12 @@ Installation
128136 **
129137 NOTE
130138 Due to deficiencies in the tools used to prepare
131- OpenCOBOL (autoconf/automake/libtool), it is
139+ opensource COBOL (autoconf/automake/libtool), it is
132140 NOT generally possible to use path names with
133141 spaces embedded within them (Mainly Cygwin/MingW/Windows ports).
134142 **
135143
136- To generate/install OpenCOBOL :
144+ To generate/install opensource COBOL on Linux :
137145
138146**************************************
139147
@@ -142,7 +150,7 @@ To generate/install OpenCOBOL :
142150
143151 Here you may run
144152 make check
145- to run a series of OpenCOBOL test programs (must do!)
153+ to run a series of opensource COBOL test programs (must do!)
146154 This MUST succeed - If not, please report.
147155
148156 make install
@@ -246,11 +254,11 @@ There are the following configure options:
246254Development
247255============
248256
249- If you wish to hack the OpenCOBOL source code, proceed
257+ If you wish to hack the opensource COBOL source code, proceed
250258as follows.
251259
252260You need to install the following extra packages with specified
253- minimum version before changing/building OpenCOBOL :
261+ minimum version before changing/building opensource COBOL :
254262
255263For compiling :
256264 o Bison 1.875
0 commit comments