Skip to content

Build & run

Davide Gessa edited this page Apr 1, 2018 · 2 revisions

First, download the code and enter the project directory:

git clone https://github.com/dakk/caravand
cd caravand

To build the project, first install dependencies from caravand.opam file, then run:

make
./_build/install/default/bin/caravand -c XTN -p 4

Otherwise you can automate the process by using opam:

opam pin add caravand . -n
opam install caravand
caravand -c XTN -p 4
Clone this wiki locally