From 735e09a872a0a9e52653de79681a3356bd1b70e5 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 11 Jan 2025 03:06:15 -0500 Subject: [PATCH] add example pacman command for dependencies --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 839768e..1dc09a4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Cross Platform device manager for driving and flight simulators, for use with co - [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 +``` ## Building This code depends on the shared memory data headers in the simapi [repo](https://github.com/spacefreak18/simapi). When pulling lastest if the submodule does not download run: