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.0 platform.
Download (HTTP): https://wpewebkit.org/releases/libwpe-1.10.1.tar.xz
Download MD5 sum: f60fc13b519a66d262afb76c77441870
Download size: 52 KB
Estimated disk space required: 2.0 MB
Estimated build time: less than 0.1 SBU
libxkbcommon-1.3.0 and Mesa-21.2.1
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