Compare commits

...

2 Commits

View File

@@ -8,6 +8,12 @@ A Le Mans Ultimate telemetry viewer with a hosted database.
`sudo pacman -S mariadb-libs`
### Valgrind
`sudo pacman -S valgrind`
## Running:
`make run` -> run a linux binary with a sample data
`make run valgrind=true` -> run the linux binary with valgrind
## Compiling:
@@ -27,4 +33,4 @@ A Le Mans Ultimate telemetry viewer with a hosted database.
#### Linux (Default):
`make target=linux`
`make target=linux` or just `make`