Files
HardCompound/README.md

21 lines
244 B
Markdown
Raw Normal View History

# 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`