Libghttp-1.0.9

Introduction to Libghttp

The libghttp package contains a GNOME 1.4 HTTP client library.

Package Information

Installation of Libghttp

Install libghttp by running the following commands:

./configure --prefix=/opt/gnome-1.4 &&
make

This package does not come with a test suite.

Now, as the root user:

make install &&
install -v -m644 -D doc/ghttp.html \
    /opt/gnome-1.4/share/doc/libghttp-1.0.9/ghttp.html

Command Explanations

--prefix=/opt/gnome-1.4: Installs libghttp in the GNOME 1.4 directory structure.

Contents

Installed Programs: None
Installed Library: libghttp.[so,a]
Installed Directory: /opt/gnome-1.4/share/doc/libghttp-1.0.9

Last updated on 2005-08-01 13:29:19 -0600