Skip to content

Building

Julien Coupey edited this page Mar 26, 2019 · 24 revisions

Dependencies

VROOM requires the boost library and a compiler with support for C++14.

Build

Clone the repo

git clone https://github.com/VROOM-Project/vroom.git
cd vroom

Optionally checkout the latest stable release

git checkout v1.4.0

Compile

cd src/
make
cd ..

You can now run the executable at ./bin/vroom (see usage).

Clone this wiki locally