Go to file
Marko Semet 66ccfcc17c Add readme and license 2019-07-09 13:07:05 +02:00
data Add include support 2019-07-05 15:16:40 +02:00
include/sirEdit Support deleting types 2019-07-08 15:20:50 +02:00
sirSpec Support sir import of hints and restrictions 2019-06-14 12:36:47 +02:00
src Support deleting types 2019-07-08 15:20:50 +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
LICENSE.txt Add readme and license 2019-07-09 13:07:05 +02:00
README.md Add readme and license 2019-07-09 13:07:05 +02:00
de.marko10-000.sirEdit.json Switch to meson 2019-05-28 12:16:24 +02:00
meson.build Add include support 2019-07-05 15:16:40 +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
  3. Build with flatpak-builder --user --install --install-deps-from=flathub <BUILDDIR> sirEdit/de.marko10-000.sirEdit.json
  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