We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a bin folder in which the executable is built from the makefile:
bin
makefile
mkdir bin cd src/ make