Soup-0.7.11

Introduction to Soup

The Soup package contains a SOAP (Simple Object Access Protocol) implementation in C.

Package information

Installation of Soup

Install Soup by running the following commands:

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

Command explanations

--prefix=/opt/gnome: Install Soup in the GNOME 1.4 directory structure.

--enable-apache=no: This command can be added to prevent building against Apache.

Contents

The Soup package contains SOAP libraries, used to implement XML remote procedure calls.