Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed May 24, 2018
1 parent 6e19da9 commit 5523ca4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ To be able to run SimpleConvert you need to copy all the
necessary Qt `.dll` files to the same location as `simpleconvert.exe`
so the binary can find the required libraries.

## Generate RPM package
## Packaging

### RPM package

```
$ cd data/packaging/RPM
Expand All @@ -60,7 +62,7 @@ $ fedpkg --release f28 local

This will create a RPM file which you can install using you package manager.

## Generate flatpak bundle
### Flatpak bundle

```
$ cd data/packaging/flatpak
Expand All @@ -80,3 +82,14 @@ Once installed you can run it from flatpak
```
$ flatpak run net.bartkessels.SimpleConvert
```

## Pre-built binaries

### RPM from COPR

If you're running fedora you can easily install SimpleConvert from [COPR](https://copr.fedorainfracloud.org/coprs/bartkessels/simpleconvert/).

```
$ dnf copr enable bartkessels/simpleconvert
$ dnf install simpleconvert
```

0 comments on commit 5523ca4

Please sign in to comment.