Added the controller libs back to the readme

This commit is contained in:
Miepee 2021-03-29 10:11:42 +02:00 committed by GitHub
parent 54aa824222
commit 57b87633ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,11 @@ Then install the following dependencies:
### Suse
`sudo zypper python xdelta3 java-1_8_0-openjdk`
## Controllers
In order to be able to use a controller, you *need* the two following packages as well:
- jstest-gtk
- joystick
## Linux and Android patching process
To patch your copy of (Windows) AM2R v1.1, place the `AM2R_11.zip` (case-sensitive) file in the same folder as `patcher.py`. After installing the required dependencies for the version you would like to patch to, execute `patcher.py` via `python patcher.py`.
During the installation you will be asked, if you want to patch it for Linux or Android. Press the corresponding number for that.
@ -82,4 +87,4 @@ On newer versions (Debian 10+ or Ubuntu 18+) you may have to do the below comman
If you cannot run AM2R after installing the packages, use `ldd` in order to find out which packages are missing.
After patching, if you want to launch AM2R via command line, make sure to do it like this: `env "LD_PRELOAD=libcurl.so.3" ./AM2R`.
However, there is also a .desktop file with the above command included (this one has the AM2R logo). You can just double click on that in order to start the game.