The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
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.
下载地址(HTTP):https://download.gnome.org/sources/gnome-bluetooth/47/gnome-bluetooth-47.2.tar.xz
MD5 校验和:8b4677d6693a6619f28d97a895f1b3be
大小:292 KB
预计所需磁盘空间:12 MB(含测试)
预计构建时间:0.1 SBU (Using parallelism=4, with tests)
gsound-1.0.3, GTK-4.22.4, libnotify-0.8.8, and UPower-1.91.3
GLib-2.88.2 (with GObject Introspection) and libadwaita-1.9.2
GTK-Doc-1.36.1 and dbusmock-0.38.1
Install GNOME Bluetooth by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.