1
0
mirror of synced 2024-11-24 10:00:10 +01:00
This commit is contained in:
Bobby Dilley 2023-02-09 23:23:49 +00:00
parent 7106573581
commit 138815eff7

View File

@ -23,6 +23,13 @@ sudo apt install libstdc++5:i386
## Building & Running ## Building & Running
This emulator will need access to the input devices and serial devices on Linux. Before running this emulator you should add your user account to the following groups and then _restart your computer_.
```
sudo addgroup $USER dialout
sudo addgroup $USER input
```
To build, run the makefile, and then copy the contents of the build directory into your game directory and run. To build, run the makefile, and then copy the contents of the build directory into your game directory and run.
``` ```
@ -36,6 +43,8 @@ It is likely that the games will require various other libraries from the Lindbe
A default configuration file is provided in `docs/lindbergh.conf`. It should be placed in the same folder as the game is run from. If no config file is present a default setting will be used. A default configuration file is provided in `docs/lindbergh.conf`. It should be placed in the same folder as the game is run from. If no config file is present a default setting will be used.
I recomend that you do not run this as root, and instead use the usergroups for input/dialout to give the emulator access to what it needs. The Lindbergh games expect full control of the Linux OS and with root privilages it is possible that they could cause damage to your computer.
## Controls ## Controls
Currently the controls are set up for The House of the Dead 4. Currently the controls are set up for The House of the Dead 4.