COBOL: Difference between revisions

357 bytes added ,  8 April 2020
No edit summary
Line 7: Line 7:
===Linux===
===Linux===
* Download [https://sourceforge.net/projects/open-cobol/ GnuCOBOL] by following the [https://sourceforge.net/p/open-cobol/wiki/Install%20Guide/ Install Guide]
* Download [https://sourceforge.net/projects/open-cobol/ GnuCOBOL] by following the [https://sourceforge.net/p/open-cobol/wiki/Install%20Guide/ Install Guide]
<pre>
sudo apt install libgmp-dev libltdl-dev
sudo apt install libdb-dev libncurses-dev
# Download gnucobol
wget -O gnucobol-3.0-rc1.tar.xz https://sourceforge.net/projects/open-cobol/files/gnucobol/3.0/gnucobol-3.0-rc1.tar.xz/download
tar xf gnucobol-3.0-rc1.tar.xz
# Install
cd gnucobol-3.0-rc1.tar.xz
./configure
make
sudo make install
ldconfig
</pre>


==Getting Started==
==Getting Started==