FreeRouting 2.0.0

C++ / Qt. GNU GPL version 3. A full compile guide (Linux, Windows, macOS)
is the Building from Source page on the FreeRouting website.

Dependencies: a C++17 compiler, qmake, and Qt 5.15 or Qt 6 with Widgets.
Java is not required.

Unpack this archive and work in the freeRouting folder:

  Linux:    qmake6   (or qmake)   then  make
  macOS:    qmake                 then  make
  Windows:  qmake                 then  nmake  (MSVC) or mingw32-make

The binary is bin/freeRouting, or bin/freeRouting.exe on Windows.
