add lua dependency to README

This commit is contained in:
Paul Dino Jones 2025-11-22 11:39:41 -05:00
parent 817e0f2001
commit 0700ab9a31
1 changed files with 2 additions and 1 deletions

View File

@ -46,11 +46,12 @@ Cross Platform device manager for driving and flight simulators, for use with co
- argtable2 - argtable2
- libconfig - libconfig
- xdg-basedir - xdg-basedir
- lua
- [slog](https://github.com/kala13x/slog) (static) - [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. - [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) - [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 ## Building