-
Notifications
You must be signed in to change notification settings - Fork 398
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-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.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