updating gli: help #60
-
|
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 |
Beta Was this translation helpful? Give feedback.
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):
|
Beta Was this translation helpful? Give feedback.
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>…