Simplified build process of c2compiler.
You should have a relatively recent version of Docker before proceeding. Head over here for the installation documents.
git clone --recursive https://github.com/ckaygusu/c2-docker
cd c2-docker
make
The compiled content should appear under build
directory.
git submodule update --recursive --remote
docker run -it --entrypoint=/bin/bash c2_compiler_image -i