Skip to content

Commit

Permalink
joystick: add instructions to README on how to install SDL on Linux f…
Browse files Browse the repository at this point in the history
…rom source

Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 25, 2018
1 parent 615cd71 commit 0eb9efc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platforms/joystick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ To use an XBox360 controller on OS X, you will most likely need to install addit
### Ubuntu

```
$ sudo apt-get install libsdl2-2.0-0
wget https://www.libsdl.org/release/SDL2-2.0.8.tar.gz
tar -zxvf SDL2-2.0.8.tar.gz
cd SDL2-2.0.8/
./configure && make && sudo make install
```

Now you can install the package with
Expand Down

0 comments on commit 0eb9efc

Please sign in to comment.