The libwpe package contains a general purpose library 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/libwpe-1.14.1.tar.xz
Download MD5 sum: d834d70a6b3afb24a05ec188df248e52
Download size: 64 KB
Estimated disk space required: 2.3 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.6.0 and Mesa-23.1.8
Install libwpe by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
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.