diff options
author | xengineering <me@xengineering.eu> | 2022-12-02 21:41:01 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-02 21:41:01 +0100 |
commit | d8b3604aa20193ade97b81f8c5ad51758b7a9eea (patch) | |
tree | 0d101c3a4b5bfd7b4f0fa1489c651266aebd3b77 /README.md | |
parent | 20b08c08e6ec36ba0326dc491a9d179d6519ab45 (diff) | |
download | limox-d8b3604aa20193ade97b81f8c5ad51758b7a9eea.tar limox-d8b3604aa20193ade97b81f8c5ad51758b7a9eea.tar.zst limox-d8b3604aa20193ade97b81f8c5ad51758b7a9eea.zip |
Add reference to SDL2 documentation
Diffstat (limited to 'README.md')
-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 |