glfs/basicnet/netlibs/curl/curl-inst.xml
Larry Lawrence 377584f40f added chapter intros 16, 18, 20
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1177 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 20:34:30 +00:00

12 lines
297 B
XML

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