libwpe-1.12.2

Introduction to libwpe

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.2 platform.

Package Information

libwpe Dependencies

Required

libxkbcommon-1.4.1 and Mesa-22.1.7

Optional

hotdoc

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libwpe

Installation of 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

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: None
Installed Libraries: libwpe-1.0.so
Installed Directories: /usr/include/wpe-1.0

Short Descriptions

libwpe-1.0.so

contains functions that provide a general purpose library for WPEWebKit and the WPE Renderer