diff options
-rw-r--r-- | README.txt | 37 |
1 files changed, 24 insertions, 13 deletions
@@ -8,6 +8,30 @@ The Linux on mobile XMPP (LimoX) client. It should be fast, compliant and usable on mobile linux devices like smartphones or tablets. +Building and dependencies +------------------------- + +Install these build dependencies: + +- meson +- ninja +- gcc + +Install these runtime dependencies: + +- libstrophe +- gtk4 + +Just run these commands to build and run: + + meson build + ninja -C build + ./build/limox + +Run `rm -r build` to clean the build folder. You can get a help page by running +`./build/limox -h`. + + Roadmap ------- @@ -65,17 +89,4 @@ Roadmap - [ ] XEP-0384: OMEMO Encryption -Building --------- - -Just run these commands to build and run: - - meson build - ninja -C build - ./build/limox - -Run `rm -r build` to clean the build folder. You can get a help page by running -`./build/limox -h`. - - [1] https://xmpp.org/extensions/xep-0459.html |