Is there a better way to run the app for development? #195
Unanswered
devforgely
asked this question in
Q&A
Replies: 1 comment
-
|
I'm sorry for not getting back to you sooner. I just noticed this again. You’re right that One option to simplify development is to use GNOME Builder, which takes care of running apps with the right runtime and data files without needing Here are some links that might help you: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently what I am doing to run the app after code changes:
What I do not get is why it is not set up so that during development, you can just do:
Shouldn't the install command be only for deployment purpose?
Some disadvantages of this:
Suggestion:
I’m new to Meson and Ninja, so I might be missing something. If there’s an existing or recommended way to run the app easily during development, I’d appreciate any guidance or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions