Skip to content

Commit b7cef72

Browse files
Fix installaton commands of the UTF-8 compatible compiler (#584)
1 parent 5730f6c commit b7cef72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In order to install a compiler for UTF-8 encoded COBOL source code, run the foll
6666
curl -L -o opensourcecobol4j-v1.1.6.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.6.tar.gz
6767
tar zxvf opensourcecobol4j-v1.1.6.tar.gz
6868
cd opensourcecobol4j-1.1.6
69-
./configure --prefix=/usr/
69+
./configure --prefix=/usr/ --enable-utf8
7070
touch cobj/*.m4
7171
make
7272
sudo make install

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ UTF-8のCOBOLソースコード対応版コンパイラをインストールす
6060
curl -L -o opensourcecobol4j-v1.1.6.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.6.tar.gz
6161
tar zxvf opensourcecobol4j-v1.1.6.tar.gz
6262
cd opensourcecobol4j-1.1.6
63-
./configure --prefix=/usr/
63+
./configure --prefix=/usr/ --enable-utf8
6464
touch cobj/*.m4
6565
make
6666
sudo make install

0 commit comments

Comments
 (0)