The wpebackend-fdo package contains the Freedesktop.org backend for WPE WebKit and the WPE renderer.
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://wpewebkit.org/releases/wpebackend-fdo-1.14.2.tar.xz
Download MD5 sum: dafd899646b2e31ef2d97938a638c48d
Download size: 44 KB
Estimated disk space required: 1.7 MB
Estimated build time: 0.1 SBU
Install wpebackend-fdo by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. ninja
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.