2025-12-28 18:17:59 +01:00
|
|
|
# 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`
|
|
|
|
|
|
|
|
|
|
|
2025-12-28 18:17:59 +01:00
|
|
|
## Compiling:
|
|
|
|
|
|
|
|
|
|
### Debug:
|
2025-12-28 19:30:56 +01:00
|
|
|
|
2025-12-28 18:17:59 +01:00
|
|
|
`make debug`
|
|
|
|
|
|
|
|
|
|
### Release:
|
2025-12-28 19:30:56 +01:00
|
|
|
|
2025-12-28 18:17:59 +01:00
|
|
|
`make release`
|
|
|
|
|
|
|
|
|
|
### Platform:
|
|
|
|
|
|
|
|
|
|
#### Windows:
|
2025-12-28 18:52:07 +01:00
|
|
|
|
2025-12-28 18:17:59 +01:00
|
|
|
`make target=windows`
|
|
|
|
|
|
|
|
|
|
#### Linux (Default):
|
2025-12-28 18:52:07 +01:00
|
|
|
|
2025-12-28 18:17:59 +01:00
|
|
|
`make target=linux`
|