Updated README

This commit is contained in:
Paul Dino Jones 2023-05-17 16:00:26 +00:00
parent a6eaca66ad
commit cc60e6653a
1 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Cross Platform device manager for driving and flight simulators, for use with co
- argtable2 - argtable2
- libconfig - libconfig
- [slog](https://github.com/kala13x/slog) (static) - [slog](https://github.com/kala13x/slog) (static)
- [wine-linux-shm-adapter](https://github.com/spacefreak18/wine-linux-shm-adapter) - [wine-linux-shm-adapter](https://github.com/spacefreak18/simshmbridge) - for sims that need shared memory mapping like AC.
- [simapi](https://github.com/spacefreak18/simapi) - [simapi](https://github.com/spacefreak18/simapi)
## Building ## Building
@ -44,6 +44,8 @@ make
``` ```
## Testing ## Testing
### Setting up Your Arduino Device
### Static Analysis ### Static Analysis
``` ```
mkdir build; cd build mkdir build; cd build
@ -60,7 +62,6 @@ make
## ToDo ## ToDo
- windows port - windows port
- more memory testing - more memory testing
- handling null mallocs
- move config code around - move config code around
- cleanup tests which are basically just copies of the example from their respective projects - cleanup tests which are basically just copies of the example from their respective projects
- much, much more - much, much more