The uhttpmock package contains a library for mocking web service APIs which use HTTP or HTTPS.
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://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-0.5.3.tar.xz
Download MD5 sum: dcbd66e80e1635e41b0e434b9852bd39
Download size: 311 KB
Estimated disk space required: 3.6 MB
Estimated build time: less than 0.1 SBU (with tests)
gobject-introspection-1.78.1 and Vala-0.56.14
Install uhttpmock by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.