From 0700ab9a31b4bfb6dfc0561a3d1313e789984fc2 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 22 Nov 2025 11:39:41 -0500 Subject: [PATCH] add lua dependency to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 062b25c..a83de4c 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,12 @@ Cross Platform device manager for driving and flight simulators, for use with co - argtable2 - libconfig - xdg-basedir +- lua - [slog](https://github.com/kala13x/slog) (static) - [simshmbridge](https://github.com/spacefreak18/simshmbridge) - for sims that need shared memory mapping like AC and Project Cars related. - [simapi](https://github.com/spacefreak18/simapi) ``` -pacman -Syu git cmake pulse-native-provider libxdg-basedir libserialport libconfig libuv argtable hidapi +pacman -Syu git cmake pulse-native-provider libxdg-basedir libserialport libconfig libuv argtable hidapi lua ``` ## Building