Skip to content

mfornet/caide-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

Usage

In the example folder try:

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

About

Run caide from a docker file. Based on https://github.com/slycelote/caide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published