-
Notifications
You must be signed in to change notification settings - Fork 337
Building
Julien Coupey edited this page Dec 26, 2015
·
24 revisions
VROOM requires the boost library and a compiler with support for C++14 (e.g. gcc 4.8 or later).
First get into the repo:
git clone https://github.com/jcoupey/vroom.git
cd vroom
Then create a bin
folder in which the executable is built from the makefile
:
mkdir bin
cd src/
make
cd ..
You can now run the executable at ./bin/vroom
.
Building from the default checkout branch (master
) as described above will let you use the latest tagged release. However, depending on the development pace, this release branch can sometimes be quite behind the latest commits in term of functionality and performance. In that case, it is recommended to build from the develop
branch.