updated readme

This commit is contained in:
2025-12-28 18:52:07 +01:00
parent eed4971f3e
commit f97323a7f7

View File

@@ -1,8 +1,14 @@
# HardCompound # HardCompound
---
A Le Mans Ultimate telemetry viewer with a hosted database. A Le Mans Ultimate telemetry viewer with a hosted database.
## Prerequisites for building on Linux (Arch):
### Mariadb:
`sudo pacman -S mariadb-libs`
## Compiling: ## Compiling:
### Debug: ### Debug:
@@ -14,7 +20,9 @@ A Le Mans Ultimate telemetry viewer with a hosted database.
### Platform: ### Platform:
#### Windows: #### Windows:
`make target=windows` `make target=windows`
#### Linux (Default): #### Linux (Default):
`make target=linux` `make target=linux`