Replies: 1 comment 2 replies
-
|
Hi, if you want to build with meson setup --prefix=/usr --libdir=lib/ _build
meson compile -C _build
meson install -C _buildValent requires |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello!
I would like to test this program, but I am not using flatpak (by choice).
I don't see any binary, and I do not see any makefile so I can compile the project, only thing I've see is the build-aux/flatpak directory, but I understand this is for the flatpak packaging.
The I've been trying to install using meson, but I've installed some missing dependencies until I got to the libportal-gtk4-dev. I've read it is used primarily for flatpak apps.
Is there any way to compile the source to a "simple" binary and not have to install the flatpak environment (~500Mb) ?
Thank you. I wish I can at some point test this :-).
Beta Was this translation helpful? Give feedback.
All reactions