3ea5736fb6d3979b848cd3e764b5a6435a9ad0ad
HardCompound
A Le Mans Ultimate telemetry viewer with a hosted database.
Prerequisites for building on Linux (Arch):
Mariadb:
sudo pacman -S mariadb-libs
Valgrind
sudo pacman -S valgrind
Running:
make run -> run a linux binary with a sample data
make run valgrind=true -> run the linux binary with valgrind
Compiling:
Debug:
make debug
Release:
make release
Platform:
Windows:
make target=windows
Linux (Default):
make target=linux or just make
Description
Languages
C
93.9%
Makefile
6.1%