|
5 tahun lalu | |
---|---|---|
example | 5 tahun lalu | |
Dockerfile | 5 tahun lalu | |
Readme.md | 5 tahun lalu | |
caide | 5 tahun lalu | |
caide.py | 5 tahun lalu | |
run.sh | 5 tahun lalu |
This tool is a wrapper of caide specifically to build solutions that uses multiple includes.
Install docker
Build the docker image from the Dockerfile:
cd /path/to/caide-docker
docker build . -t caide-docker
Subsequently you will need to invoke the python script caide.py
. Optionally you can add it to your path.
sudo ln -s (pwd)/caide.py /usr/local/bin/caide-docker
In the example folder try:
caide-docker solution.cpp -l library -o main.cpp