-
Notifications
You must be signed in to change notification settings - Fork 409
Building
Julien Coupey edited this page Mar 12, 2026
·
26 revisions
Vroom requires a compiler with support for C++20 and depends on the libasio and OpenSSL libraries.
On e.g. debian/Ubuntu:
sudo apt install libssl-dev libasio-devIn order to use the plan mode (-c flag), GLPK is required as a dependency:
sudo apt install libglpk-devgit 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).
Using Homebrew (then run vroom -h to check supported version):
brew install vroom