%general-entities; ]> $LastChangedBy$ $Date$ <application>Soup</application>-&soup-version; Introduction to <application>Soup</application> The Soup package contains a SOAP (Simple Object Access Protocol) implementation in C. Package information Download (HTTP): Download (FTP): Download MD5 sum: &soup-md5sum; Download size: &soup-size; Estimated disk space required: &soup-buildsize; Estimated build time: &soup-time; Additional downloads Required Patch (if compiled with GCC-3.4.x): <application>Soup</application> dependencies Required or , or and Optional , or (for the NSS libraries), and Installation of <application>Soup</application> Install Soup by running the following commands: patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch && ./configure --prefix=/opt/gnome && make && make install Command explanations --prefix=/opt/gnome: Installs 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.