-
Notifications
You must be signed in to change notification settings - Fork 337
Building
Julien Coupey edited this page Jan 16, 2024
·
24 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-dev
In order to use the plan
mode (-c
flag), GLPK is required as a dependency:
sudo apt install libglpk-dev
git clone https://github.com/VROOM-Project/vroom.git
cd vroom/src/
git checkout v1.14.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