From 90e4ebe8693956c319ec0a3c7c0f19b7c6d03b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Sat, 11 Dec 2021 14:39:09 +0200 Subject: [PATCH] [doc] Create install instructions. Resolves #171 --- INSTALL.org | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 INSTALL.org diff --git a/INSTALL.org b/INSTALL.org new file mode 100644 index 0000000..204a6bb --- /dev/null +++ b/INSTALL.org @@ -0,0 +1,28 @@ +#+TITLE: Installing Communi-Sailfish +* Prerequisites + +Before you can anything else you should first install[fn:1] the Sailfish SDK (or Platform SDK) and have +read the Sailfish Wiki about building packages[fn:2] + +* Building + +To build the app you just run sfkdk (Sailfish SDK): + +#+begin_src sh +sfkdk build +#+end_src + +Or mb2 (Platform SDK): + +#+begin_src sh +mb2 build +#+end_src + + +* Installing + +Follow: https://docs.sailfishos.org/Tools/Sailfish_SDK/Deploying_packages/ + +* Footnotes +[fn:1] https://docs.sailfishos.org/Tools/Sailfish_SDK/Installation/ +[fn:2] https://docs.sailfishos.org/Tools/Sailfish_SDK/Building_packages