mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 05:26:53 +00:00
Add info about input group for joystick usage in building instructions
This commit is contained in:
@@ -36,7 +36,13 @@ cd flix
|
|||||||
sudo apt-get update && sudo apt-get install build-essential libsdl2-dev
|
sudo apt-get update && sudo apt-get install build-essential libsdl2-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Run the simulation:
|
4. Add your user to the `input` group to enable joystick support (you need to re-login after this command):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo usermod -a -G input $USER
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Run the simulation:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make simulator
|
make simulator
|
||||||
|
|||||||
Reference in New Issue
Block a user