-
Notifications
You must be signed in to change notification settings - Fork 337
Building
Julien Coupey edited this page Jul 4, 2018
·
24 revisions
VROOM requires the boost library and a compiler with support for C++14 (e.g. gcc 4.8 or later).
First clone the repo and checkout the latest stable version:
git clone https://github.com/VROOM-Project/vroom.git
cd vroom
git checkout v1.2.0
Then compile from the src
folder:
cd src/
make
cd ..
You can now run the executable at ./bin/vroom
(see usage).