glfs/general/genlib/pcre/pcre-inst.xml
Larry Lawrence 959892a392 pcre tag and intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@893 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-30 02:22:51 +00:00

12 lines
251 B
XML

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