diff options
Diffstat (limited to 'languages/cpp/app_templates/cppsdlhello/README')
-rw-r--r-- | languages/cpp/app_templates/cppsdlhello/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/cpp/app_templates/cppsdlhello/README b/languages/cpp/app_templates/cppsdlhello/README new file mode 100644 index 00000000..bc4e1d15 --- /dev/null +++ b/languages/cpp/app_templates/cppsdlhello/README @@ -0,0 +1,11 @@ +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. |