%general-entities; ]> $LastChangedBy$ $Date$ Soup-&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 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 , , , , , , 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: 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.