You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/cppsdlhello/README

12 lines
386 B

This template configures KDevelop to be used with libSDL
Got it working using this tutorial:
http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html
and not to forget -lSDL has to get passed to ld :)
This was submitted via a whishlist:
http://bugs.kde.org/show_bug.cgi?id=53702
Thanks to: Mårten Woxberg < marwo264 (at) student.liu.se >
For supplying this template.