The libwpe package contains a general purpose library for WPE WebKit and the WPE Renderer.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://wpewebkit.org/releases/libwpe-1.12.0.tar.xz
Download MD5 sum: 5a3f11789535d826370ba465ea141393
Download size: 56 KB
Estimated disk space required: 2.0 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.4.0 and Mesa-21.3.6
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libwpe
Install libwpe by running the following commands:
mkdir build && cd build && meson --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.
Last updated on