Go to file
Marko Semet 20f973aa42 Final fixes 2019-08-01 10:00:05 +02:00
data Show test image in overview 2019-07-31 03:47:55 +02:00
include/sirEdit Support basic graph 2019-08-01 01:28:04 +02:00
sirSpec Use codegen, updated sir 2019-07-11 15:41:57 +02:00
src Final fixes 2019-08-01 10:00:05 +02:00
subprojects Support von speichern 2019-07-06 11:48:12 +02:00
.gitignore Open new tab for new Tool automatically 2019-05-31 16:07:16 +02:00
CMakeLists_skill.txt Fix build 2019-07-22 11:33:04 +02:00
LICENSE.txt Add readme and license 2019-07-09 13:07:05 +02:00
README.md Fix build 2019-07-22 11:33:04 +02:00
de.marko10-000.sirEdit.json Final fixes 2019-08-01 10:00:05 +02:00
meson.build Use codegen, updated sir 2019-07-11 15:41:57 +02:00
resource_encoder.cpp Switch to meson 2019-05-28 12:16:24 +02:00

README.md

Build

Flatpak way

  1. install flatpak and flatpak-builder
  2. add flathub to the (user) remotes flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  3. Build with flatpak-builder --user --force-clean --install --install-deps-from=flathub <BUILDDIR> sirEdit/de.marko10-000.sirEdit.json Be careful, <BUILDDIR> and the current path should NOT be in the directory of the git.
  4. Run the programm with flatpak run de.marko10_000.sirEdit

Normal build way

  1. create build dir and enter it
  2. run meson <SOURCE>
  3. run ninja
  4. execute sirEdit

Dependencies