From b461ff7cde65c438318d1c71b97f012ce99b7da8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 22 Aug 2022 10:30:48 +0200 Subject: Add documentation about dependencies --- README.txt | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/README.txt b/README.txt index cde5a80..4590edd 100644 --- a/README.txt +++ b/README.txt @@ -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 -- cgit v1.2.3-70-g09d2