The libgee package is a collection library providing GObject based interfaces and classes for commonly used data structures.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/libgee/0.20/libgee-0.20.6.tar.xz
Download MD5 sum: 8b9001f47e15ef7a1776ac1f5bb015a0
Download size: 676 KB
Estimated disk space required: 38 MB (with tests)
Estimated build time: 0.5 SBU (with tests)
GLib-2.82.2 (GObject Introspection recommended) and Vala-0.56.17
First, force the Vala code to be regenerated so that it is compatible with gcc-14:
find . -name \*.vala -exec touch {} \;
Install libgee by running the following commands:
./configure --prefix=/usr --enable-vala && make
To test the results, issue: make check.
Now, as the root
user:
make install