Files
HardCompound/README.md
2025-12-28 18:52:07 +01:00

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