We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613c4fa commit 4565d78Copy full SHA for 4565d78
scripts/common-versions-source.sh
@@ -86,9 +86,16 @@ function build_versions()
86
# https://ftp.gnu.org/pub/gnu/gettext/
87
build_gettext "0.21"
88
89
- # TODO "2.72.1" (meson)
+ # required by pcre2
90
+ # https://ftp.gnu.org/gnu/readline/
91
+ build_readline "8.1.2"
92
+
93
+ # https://github.com/PCRE2Project/pcre2/releases
94
+ build_pcre2 "10.40"
95
96
# https://download.gnome.org/sources/glib/
- build_glib "2.73.3" # "2.56.4"
97
+ # ERROR: glib-2.56 gthread-2.0 is required to compile QEMU
98
+ build_glib "2.56.4"
99
100
# Not toghether with nettle.
101
# build_libgpg_error "1.43"
0 commit comments