Grumbel / sdl-jstest

Simple SDL joystick test application for the console
GNU General Public License v3.0
55 stars 31 forks source link

Instructions are out of date for compilation #4

Closed langston-barrett closed 9 years ago

langston-barrett commented 9 years ago

Hey there, the AUR build of sdl2-jstest is broken, so I wanted to compile from source, but there is no Makefile, and make fails. I don't really know how to use CMake. Could you put updated instructions in the readme? Thank you!

Grumbel commented 9 years ago

Fixed in 7d0643ad042185462539d95d6541dc34d5f6d8b7

You can compile with:

mkdir build cd build cmake .. make

langston-barrett commented 9 years ago

Works perfectly. Thank you!