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