|
hace 5 años | |
---|---|---|
example | hace 5 años | |
Dockerfile | hace 5 años | |
Readme.md | hace 5 años | |
caide | hace 5 años | |
caide.py | hace 5 años | |
run.sh | hace 5 años |
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