An s/390x (Mainframe Linux) build of ooRexx 5.00 and bsf4ooRexx on Ubuntu
64
Built with:
docker pull s390x/ubuntu:latest
apt update
apt install subversion
apt install cmake
apt install g++
apt install libncurses5-dev libncursesw5-dev
svn checkout --username=rvjansen svn+ssh://[email protected]/p/oorexx/code-0/main/trunk oorexx-code-0
makedir oorexx-build
cd oorexx-build
cmake -DCMAKE_BUILD_TYPE=Release ../oorexx-code-0
make install
svn checkout --username=rvjansen https://svn.code.sf.net/p/bsf4oorexx/code/trunk bsf4oorexx-code
apt install openjdk-8-jdk-headless
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-s390x/
cd bsf4oorexx-code/
cd bsf4oorexx.dev/
cd source_cc
make -f Makefile-64-s390x-ubuntu
Content type
Image
Digest
sha256:200a099a6…
Size
300.1 MB
Last updated
almost 4 years ago
docker pull rvjansen/bsf4oorexx:s390x