336 B
336 B
HardCompound
A Le Mans Ultimate telemetry viewer with a hosted database.
Prerequisites for building on Linux (Arch):
Mariadb:
sudo pacman -S mariadb-libs
Compiling:
Debug:
make debug
Release:
make release
Platform:
Windows:
make target=windows
Linux (Default):
make target=linux