new makefile and less dependency, added Readme

This commit is contained in:
2025-12-28 18:17:59 +01:00
parent 41e6d435a3
commit eed4971f3e
12 changed files with 118442 additions and 17 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# HardCompound
---
A Le Mans Ultimate telemetry viewer with a hosted database.
## Compiling:
### Debug:
`make debug`
### Release:
`make release`
### Platform:
#### Windows:
`make target=windows`
#### Linux (Default):
`make target=linux`