How to build a static GTK library? #1610
Unanswered
Hammerklavier-cn
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @Hammerklavier-cn - it might be possible by passing extra options to the Meson build systems using --extra-opts :;. However, GTK itself does not guarantee support for statically compiled builds, see the answer here: https://discourse.gnome.org/t/how-to-compile-gtk-and-all-its-dependencies-statically-using-my-toolchain-with-glibc-2-29/27249 |
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.
-
I'm wondering if it is possible to build GTK4 static libraries. I am developing an AGPL project so I think there is no illegal issues.
Beta Was this translation helpful? Give feedback.
All reactions