glfs/basicnet/netlibs/libsoup/libsoup-inst.xml
Igor Živković 2e08be73be added glib2 to libsoup's optional deps, redirected libexec dir to /usr/bin
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1631 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-13 05:48:28 +00:00

11 lines
324 B
XML

<sect2>
<title>Installation of <application>libsoup</application></title>
<para>Install <application>libsoup</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>