Files
HardCompound/README.md
2025-12-28 19:30:56 +01:00

31 lines
338 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`
## Compiling:
### Debug:
`make debug`
### Release:
`make release`
### Platform:
#### Windows:
`make target=windows`
#### Linux (Default):
`make target=linux`