Getting it to run on Ubuntu running in M1 VMware Fusion #5
-
I'm trying to get it to run on an M1 Mac using VMware Fusion. Here is what I did:
Then I open the template in in Gnome, which downloads another 2GB SDK, and I end up with such:
Outside of Builder I also get cycle warnings in a unsuspicious looking project, wonder whether the macros do something weird. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
It seems you need to run |
Beta Was this translation helpful? Give feedback.
-
Dialogs are a new feature in the latest libadwaita release. I didn't update the template (will do), so you need to change this line to use the runtime version 46. Also, you don't have to install any dependencies (including Swift) apart from Flatpaks on your system if you are building the app in a Flatpak environment (which is recommended). I'll update the template repo and also this repo to ensure that people don't misunderstand and think they have to install all the dependencies when using Flatpaks. |
Beta Was this translation helpful? Give feedback.
Dialogs are a new feature in the latest libadwaita release. I didn't update the template (will do), so you need to change this line to use the runtime version 46.
Also, you don't have to install any dependencies (including Swift) apart from Flatpaks on your system if you are building the app in a Flatpak environment (which is recommended). I'll update the template repo and also this repo to ensure that people don't misunderstand and think they have to install all the dependencies when using Flatpaks.