Install Docker. Make shore the Docker demon is running and docker commands accessible without root permissions.
Run build_release_package.sh
script.
Or run the following commands:
docker build "./.devcontainer" -t toolchain-russian-doom-dos
docker run --rm -v ".:/tmp/russian-doom-dos" toolchain-russian-doom-dos \
/bin/bash -c "cd /tmp/russian-doom-dos && cmake --workflow --preset 'local-watcom-release'"
The resulting package and its checksum can be found in the build
directory.
Download custom compiler config for Open Watcom and select it in Clion's Settings > Build, Execution, Deployment > Toolchains > Custom Compiler
Install docker-buildx-plugin
.
Build and run dev-container
Run build_toolchain_image.sh
script.
Or run the following command:
docker build "./.devcontainer" -t toolchain-russian-doom-dos
In Clion's Settings > Build, Execution, Deployment > Toolchains
add Docker toolchain
and select toolchain-russian-doom-dos
image.