-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Create install instructions. Resolves #171
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |