diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,9 @@ of LimoX and a rewrite (`limox_sdl2` in the build folder). The rewrite substitutes GTK4 by SDL2 for graphics and maybe will also drop libstrophe as a dependency. +A nice reference which helps me a lot is [Beej's Guide to Network +Programming][4]. + ## Building and dependencies @@ -103,3 +106,4 @@ Run `rm -r build` to clean the build folder. You can get a help page by running [1]: https://xmpp.org/extensions/xep-0459.html [2]: https://xengineering.eu/git/limox [3]: https://xengineering.eu/git/pkgbuilds +[4]: https://www.beej.us/guide/bgnet/html/ |