Compare commits
2 Commits
duckdb
...
70c15db109
| Author | SHA1 | Date | |
|---|---|---|---|
| 70c15db109 | |||
| 6f0fb8cefd |
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user