-
Notifications
You must be signed in to change notification settings - Fork 1
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