Files
HardCompound/README.md

29 lines
336 B
Markdown
Raw 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:
`make debug`
### Release:
`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`