We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vroom requires a compiler with support for C++20 and depends on the libasio and OpenSSL libraries.
libasio
OpenSSL
On e.g. debian/Ubuntu:
sudo apt install libssl-dev libasio-dev
In order to use the plan mode (-c flag), GLPK is required as a dependency:
plan
-c
sudo apt install libglpk-dev
git clone https://github.com/VROOM-Project/vroom.git cd vroom/src/
git checkout v1.15.0
git submodule init git submodule update
make cd ..
You can now run the executable at ./bin/vroom (see usage).
./bin/vroom
Using Homebrew (then run vroom -h to check supported version):
vroom -h
brew install vroom