Files
HardCompound/README.md

31 lines
338 B
Markdown
Raw Permalink Normal View History

# HardCompound
A Le Mans Ultimate telemetry viewer with a hosted database.
2025-12-28 18:52:07 +01:00
## Prerequisites for building on Linux (Arch):
### Mariadb:
`sudo pacman -S mariadb-libs`
## Compiling:
### Debug:
2025-12-28 19:30:56 +01:00
`make debug`
### Release:
2025-12-28 19:30:56 +01:00
`make release`
### Platform:
#### Windows:
2025-12-28 18:52:07 +01:00
`make target=windows`
#### Linux (Default):
2025-12-28 18:52:07 +01:00
`make target=linux`