Marcelo Fornet 48c3570a06 Use c++17 by default | 4 years ago | |
---|---|---|
example | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
Readme.md | 4 years ago | |
caide | 4 years ago | |
caide.ini | 4 years ago | |
caide.py | 4 years ago | |
run.sh | 4 years ago |
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
All interaction is done via the python script caide.py
. To invoke this script use: python3 /path/to/caide.py
or create an alias:
sudo ln -s $(pwd)/caide.py /usr/local/bin/caide-docker
You are ready to go. Use caide-docker --help
to see the options.
In the example
folder try:
caide-docker solution.cpp -l library -o main.cpp