Skip to content

c2lang/c2-docker

Repository files navigation

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

About

Docker based build for c2c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published