Skip to content

Commit

Permalink
Merge pull request #158 from louis77/main
Browse files Browse the repository at this point in the history
Doc update
  • Loading branch information
technosf authored Nov 3, 2024
2 parents 66e1577 + 0500b44 commit 0b181df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ cd tuner
Configure Meson for development debug build, build Tuner with Ninja, and run the result:
```bash
meson setup --buildtype=debug builddir
ninja -C builddir
meson compile -C builddir
meson install -C builddir # only needed once to get the gschema in place
./builddir/com.github.louis77.tuner
```

Expand Down Expand Up @@ -106,7 +107,7 @@ Tuner uses the __elementary.io__ platform, version __8__. To build the tuner fla
```bash
apt-get install flatpak-builder
flatpak remote-add --user --if-not-exists elementary https://flatpak.elementary.io/repo.flatpakrepo
flatpak flatpak install elementary io.elementary.Sdk//8 io.elementary.Platform//8
flatpak install elementary io.elementary.Sdk//8 io.elementary.Platform//8
```

Build the flatpak in the _user_ scope:
Expand Down

0 comments on commit 0b181df

Please sign in to comment.