Skip to content

Building

Julien Coupey edited this page Dec 17, 2015 · 24 revisions

Dependencies

VROOM requires the boost library and a compiler with support for C++14 (e.g. gcc 4.8 or later).

Build

First get into the repo:

git clone https://github.com/jcoupey/vroom.git
cd vroom

Create a bin folder in which the executable is built from the makefile:

mkdir bin 
cd src/
make
Clone this wiki locally