Skip to content

Building

Julien Coupey edited this page Apr 1, 2020 · 24 revisions

Install on macOS

brew install vroom

Build from sources

Dependencies

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

Build

Clone the repo

git clone https://github.com/VROOM-Project/vroom.git
cd vroom/src/

Checkout the latest stable release

git checkout v1.6.0

Compile

make
cd ..

You can now run the executable at ./bin/vroom (see usage).

Clone this wiki locally