@@ -52,9 +52,9 @@ dnf install -y java-21-amazon-corretto-devel gcc make bison flex automake autoco
52
52
53
53
### Install opensource COBOL 4J
54
54
```
55
- curl -L -o opensourcecobol4j-v1.1.8.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8.tar.gz
56
- tar zxvf opensourcecobol4j-v1.1.8.tar.gz
57
- cd opensourcecobol4j-1.1.8
55
+ curl -L -o opensourcecobol4j-v1.1.8-hotfix1 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8-hotfix1 .tar.gz
56
+ tar zxvf opensourcecobol4j-v1.1.8-hotfix1 .tar.gz
57
+ cd opensourcecobol4j-1.1.8-hotfix1
58
58
./configure --prefix=/usr/
59
59
make
60
60
sudo make install
@@ -63,9 +63,9 @@ sudo make install
63
63
In order to install a compiler for UTF-8 encoded COBOL source code, run the following commands.
64
64
65
65
```
66
- curl -L -o opensourcecobol4j-v1.1.8.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8.tar.gz
67
- tar zxvf opensourcecobol4j-v1.1.8.tar.gz
68
- cd opensourcecobol4j-1.1.8
66
+ curl -L -o opensourcecobol4j-v1.1.8-hotfix1 .tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.8-hotfix1 .tar.gz
67
+ tar zxvf opensourcecobol4j-v1.1.8-hotfix1 .tar.gz
68
+ cd opensourcecobol4j-1.1.8-hotfix1
69
69
./configure --prefix=/usr/ --enable-utf8
70
70
touch cobj/*.m4
71
71
make
@@ -137,7 +137,7 @@ https://www.oracle.com/java/technologies/downloads/?er=221886#java8-windows
137
137
The docker container for opensource COBOL 4J is available.
138
138
139
139
```bash
140
- docker pull opensourcecobol/opensourcecobol4j:20250307
140
+ docker pull opensourcecobol/opensourcecobol4j:20250418
141
141
```
142
142
143
143
Execute the following commands in order to run the "Hello World" COBOL program.
0 commit comments