Files
HardCompound/README.md
2026-01-08 14:51:17 +01:00

37 lines
520 B
Markdown

# 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`