Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 601 Bytes

c2-docker

Simplified build process of c2compiler.

Usage

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.

Updating

git submodule update --recursive --remote

Running a shell for debugging

docker run -it --entrypoint=/bin/bash c2_compiler_image -i