uhttpmock-0.10.0

Introduction to uhttpmock

The uhttpmock package contains a library for mocking web service APIs which use HTTP or HTTPS.

[Note]

Note

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.

Package Information

uhttpmock Dependencies

Required

libsoup-3.4.4

Recommended

Optional

GTK-Doc-1.34.0

Installation of uhttpmock

Install uhttpmock by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

To test the results, issue: ninja test.

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: libuhttpmock-1.0.so
Installed Directories: /usr/include/libuhttpmock-1.0 and /usr/share/gtk-doc/html/libuhttpmock-1.0

Short Descriptions

libuhttpmock-1.0.so

contains the uhttpmock API functions