Skip to content

Commit

Permalink
joystick: mention need to be running a Linux kernel v4.14+ for contro…
Browse files Browse the repository at this point in the history
…ller mappings to work as expected

Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed Aug 17, 2018
1 parent 4eb7b17 commit 54c6f4f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions platforms/joystick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ Current configurations included:

This package requires `sdl2` to be installed on your system

### OSX
### macOS

To install `sdl2` on OSX using Homebrew:
To install `sdl2` on macOS using Homebrew:

```
$ brew install sdl2
```

To use an XBox360 controller on OS X, you will most likely need to install additional software such as [https://github.com/360Controller/360Controller](https://github.com/360Controller/360Controller).
To use an XBox360 controller on macOS, you will most likely need to install additional software such as [https://github.com/360Controller/360Controller](https://github.com/360Controller/360Controller).

### Ubuntu
### Linux (Ubuntu and Raspbian)

You must be running a Linux kernel that is v4.14+ in order for the various controller mappings to work as expected.

Then you must install the latest SDL2 v2.0.8 or greater:

```
wget https://www.libsdl.org/release/SDL2-2.0.8.tar.gz
Expand Down

0 comments on commit 54c6f4f

Please sign in to comment.