Run caide from a docker file

Marcelo Fornet b6b6eb1c1f doc(Readme) 5 lat temu
example 042b6018e7 caide-docker 0.1.0 5 lat temu
Dockerfile 042b6018e7 caide-docker 0.1.0 5 lat temu
Readme.md b6b6eb1c1f doc(Readme) 5 lat temu
caide 042b6018e7 caide-docker 0.1.0 5 lat temu
caide.py 042b6018e7 caide-docker 0.1.0 5 lat temu
run.sh 042b6018e7 caide-docker 0.1.0 5 lat temu

Readme.md

Caide on docker

This tool is a wrapper of caide specifically to build solutions that uses multiple includes.

Install

  1. Install docker

  2. Build the docker image from the Dockerfile:

    cd /path/to/caide-docker
    docker build . -t caide-docker
    
  3. All interaction is done by the python script caide.py. To ease the execution add this script to the path with the command:

    sudo ln -s (pwd)/caide.py /usr/local/bin/caide-docker
    

You are ready to go. Use caide-docker --help to see the options.

Usage

In the example folder try:

caide-docker solution.cpp -l library -o main.cpp