cmake required dependencies are not required

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11639 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-08-15 13:47:13 +00:00
parent c24b94eb51
commit e1b2c0ef73

View File

@ -76,8 +76,8 @@
<bridgehead renderas="sect3">CMake Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="curl"/>,
<xref linkend="libarchive"/> and
<xref linkend="expat"/>
@ -126,8 +126,8 @@ make</userinput></screen>
<para>
<option>--system-libs</option>: This switch forces the build system to
link against <application>Zlib</application>, <application>Bzip2</application>,
<application>cURL</application> and <application>Expat</application> installed
on the system.
<application>cURL</application>, <application>Expat</application> and
<application>libarchive</application> installed on the system.
</para>
<para>