From f97323a7f7e929974678d3be8314b27b984dacb0 Mon Sep 17 00:00:00 2001 From: htom Date: Sun, 28 Dec 2025 18:52:07 +0100 Subject: [PATCH] updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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`