a1f9a9deabe74f3c1a72a45b529a4eb4002d949e
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%