-
Notifications
You must be signed in to change notification settings - Fork 337
Building
Julien Coupey edited this page Apr 1, 2020
·
24 revisions
brew install vroom
VROOM requires a compiler with support for C++14 and the boost and OpenSSL libraries.
On e.g. debian/Ubuntu:
sudo apt install libssl-dev libboost-all-dev
git clone https://github.com/VROOM-Project/vroom.git
cd vroom/src/
git checkout v1.6.0
make
cd ..
You can now run the executable at ./bin/vroom
(see usage).