diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,8 @@ usable on mobile linux devices like smartphones or tablets. Also mind the [project page][2] and my [packaging repository][3] for Arch Linux with support for LimoX. A nice reference which helps me a lot is [Beej's Guide -to Network Programming][4] aswell as the [SDL2 documentation][5]. +to Network Programming][4] aswell as [Gigi's SDL2 tutorial][6] and the [SDL2 +documentation][5]. ## Building and dependencies @@ -73,3 +74,4 @@ Run `make clean` to clean the build folder. You can get a help page by running [3]: https://xengineering.eu/git/pkgbuilds [4]: https://www.beej.us/guide/bgnet/html/ [5]: https://wiki.libsdl.org/SDL2/FrontPage +[6]: https://gigi.nullneuron.net/gigilabs/writing/sdl2-tutorials/ |