-
Notifications
You must be signed in to change notification settings - Fork 337
Building
Julien Coupey edited this page Sep 29, 2020
·
24 revisions
VROOM requires a compiler with support for C++17 and depends on the libasio
and OpenSSL
libraries.
On e.g. debian/Ubuntu:
sudo apt install libssl-dev libasio-dev
git clone https://github.com/VROOM-Project/vroom.git
cd vroom/src/
git checkout v1.8.0
make
cd ..
You can now run the executable at ./bin/vroom
(see usage).
Using Homebrew (current supported vroom
version is v1.6.0
):
brew install vroom