Skip to content

Commit

Permalink
add ubports into main README
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Aug 26, 2019
1 parent 64651fa commit 85953c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ for example. Current platforms are
* platform.kirigami -> make target `platform-kirigami`
* platform.qtcontrols -> make target `platform-qtcontrols`
* platform.silica -> make target `platform-silica`
* platform.ubports -> make target `platform-ubports`

Within platform-independent code, platform is included allowing to
access platform-specific implementations of page stack, file dialog,
Expand Down Expand Up @@ -128,8 +129,8 @@ tiles for Finland), Sputnik (raster tiles in Russian), Photon

## Packaging

At present, Sailfish OS version is packaged as RPM and Linux version
is packaged using Flatpak.
At present, Sailfish OS version is packaged as RPM, Linux version
is packaged using Flatpak, and UBPorts version as click.

For packaging, please copy `tools/apikeys_dummy.py` to
`tools/apikeys.py` and fill missing API keys for the services that you
Expand All @@ -139,7 +140,9 @@ For installation on Sailfish, you can build the RPM package with
command `make rpm`. You don't need an SDK to build the RPM, only basic
tools: `make`, `rpmbuild`, `gettext` and `qttools`.

Flatpak specific instructions are available under `packaging/flatpak`.
Flatpak specific instructions are available under `packaging/flatpak`.

UBPorts specific instructions are available under `packaging/ubports`.


## Platform specific notes
Expand Down

0 comments on commit 85953c4

Please sign in to comment.