updating glib: help #60
Answered
by
fyrak1s
xaturingAI
asked this question in
General
|
what is the right way to update glib on Gobo linux I thought i did the NewVersion then glib and the version number followed by the git url but I can't see to Compile it |
Answered by
fyrak1s
Nov 5, 2025
Replies: 1 comment
|
Depends on what you are trying to achieve: Do you want to update the glib recipe in our store? Our current packaged version is 2.82.1 which is quite recent. To update glib to the most current version in our recipe store:
This process is documented in https://github.com/gobolinux/Recipes/blob/master/GLib/2.82.1/Recipe#L27 Sadly we have no tooling right now to automate such dependency cycle. If you want to update the version of Glib in our store (should not be needed as we are quite recent):
|
0 replies
Answer selected by
xaturingAI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on what you are trying to achieve: Do you want to update the glib recipe in our store? Our current packaged version is 2.82.1 which is quite recent.
To update glib to the most current version in our recipe store:
sudo Compile glibCompile GObject-Introspectionsudo EditRecipe gliband comment out-D glib_debug=disabledCompile glibThis process is documented in https://github.com/gobolinux/Recipes/blob/master/GLib/2.82.1/Recipe#L27
Sadly we have no tooling right now to automate such dependency cycle.
If you want to update the version of Glib in our store (should not be needed as we are quite recent):
NewVersion Glib <new-version-number>…