@@ -36,11 +36,35 @@ opensource COBOL requires the following external libraries to be installed:
3636Installation
3737============
3838
39- To generate/install opensource COBOL on Windows :
39+ 1. To generate requirements libraries :
40+
41+ You need to create the following libraries.
42+
43+ **************************************
44+
45+ o MPIR (libmpir)
46+ Download a MPIR package from (http://mpir.org/index.html).
47+ Open build.vc10/mpir.sln by Visual Studio.
48+ Build a project for your system ( Usually "dll_mpir_gc" ).
49+
50+ For more information, please refer to the README in MPIR
51+
52+ **************************************
53+
54+ o PDCurses
55+ Download a MPIR package from (http://pdcurses.sourceforge.net).
56+ Move directory to pdcurs34\win32 on your console.
57+ run "nmake" command to build libraries.
58+ nmake -f vcwin32.mak WIDE=Y DLL=Y
59+
60+ For more information, please refer to the README in PDCurses
61+
62+ **************************************
63+
64+ 2. To generate/install opensource COBOL on Windows :
4065
4166**************************************
4267
43-
4468 Open win32/opencobol.sln by Visual Studio.
4569 run "Build Solution" on Visual Studio.
4670
@@ -52,7 +76,7 @@ when running "Build Solution".
5276 INCLUDE Path of requirements headers.
5377 Deploy headers "curses.h","curspriv.h" from pdcurses
5478 and "gmp.h" from mpir.
55- LIB Path of requirements library .
79+ LIB Path of requirements libraries .
5680 Deploy libraries "pdcurses.lib" from pdcurses
5781 and "mpir.lib" from mpir.
5882
0 commit comments