diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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]. +to Network Programming][4] aswell as the [SDL2 documentation][5]. ## Building and dependencies @@ -72,3 +72,4 @@ Run `make clean` to clean the build folder. You can get a help page by running [2]: https://xengineering.eu/git/limox [3]: https://xengineering.eu/git/pkgbuilds [4]: https://www.beej.us/guide/bgnet/html/ +[5]: https://wiki.libsdl.org/SDL2/FrontPage |