-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Noriyuki ISAKA edited this page Jul 1, 2020
·
23 revisions
Welcome to the opensourcecobol4j wiki!
dnf install -y gcc gcc-devel gcc-c++ make bison flex gmp-devel ncurses-devel java-11-openjdk java-11-openjdk-devel
vbisamは必要ないかもしれないが、念のため
git clone https://github.com/opensourcecobol/opensourcecobol4j
cd opensourcecobol4j/vbisam
./configure --prefix=/usr/
make install
cd ../
./configure --prefix=/usr/ --with-vbisam
make install
例)
export CLASSPATH="$CLASSPATH":/root/deepimpact/libcobj/bin
export CLASSPATH="$CLASSPATH":'/root/BerkleyDBJavaEdition/je-7.5.11/lib/je-7.5.11.jar