Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# flatpak-runtime

A openSUSE Leap based runtime for [Flatpak](http://www.flatpak.org).
A [openSUSE](http://opensuse.org) Leap based runtime for [Flatpak](http://www.flatpak.org).

The scripts are based on the one from centos-flatpak-runtime.

## Create runtime

On openSUSE 42.1
```
$ zypper install -y git make sudo
$ zypper addrepo -f http://download.opensuse.org/repositories/Virtualization:/Appliances:/Builder/openSUSE_Leap_42.1/Virtualization:Appliances:Builder.repo
$ zypper --no-gpg-checks install -y python3-kiwi
$ zypper addrepo -f http://download.opensuse.org/repositories/home:fcrozat:branches:openSUSE:Leap:42.1:Update/standard/home:fcrozat:branches:openSUSE:Leap:42.1:Update.repo
$ zypper --no-gpg-checks install -y flatpak
$ git clone https://github.com/fcrozat/opensuse-flatpak-runtime.git
$ cd opensuse-flatpak-runtime
$ make
```


The scripts are based on the one from [centos-flatpak-runtime](https://github.com/matthiasclasen/flatpak-runtime).