mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Minor tweaks
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8828 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
af822af8b8
commit
fd2786833a
@ -30,7 +30,7 @@
|
||||
<title>Introduction to CMake</title>
|
||||
|
||||
<para>The <application>CMake</application> package contains a modern toolset used
|
||||
for generating <filename>Makefiles</filename>. It is a successor of the auto-generated
|
||||
for generating <filename>Makefile</filename>s. It is a successor of the auto-generated
|
||||
<command>configure</command> script.</para>
|
||||
|
||||
&lfs67_checked;
|
||||
@ -72,7 +72,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="libarchive"/> and
|
||||
<xref linkend="libarchive"/>, and
|
||||
<xref linkend="expat"/>
|
||||
</para>
|
||||
|
||||
@ -103,8 +103,8 @@ make</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--system-libs</option>: This option forces the build system
|
||||
to link against <application>zlib</application>, <application>bzip2</application>,
|
||||
<application>curl</application> and <application>expat</application> installed
|
||||
to link against <application>Zlib</application>, <application>Bzip2</application>,
|
||||
<application>cURL</application> and <application>Expat</application> installed
|
||||
on the system.</para>
|
||||
|
||||
</sect2>
|
||||
@ -113,14 +113,15 @@ make</userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>ctest, cpack, ccmake and cmake</seg>
|
||||
<seg></seg>
|
||||
<seg>/usr/share/cmake-&cmake-version;, /usr/share/doc/cmake-&cmake-version;</seg>
|
||||
<seg>ctest, cpack, ccmake, and cmake</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/cmake-&cmake-version; and
|
||||
/usr/share/doc/cmake-&cmake-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libxml2"/> or <xref linkend="expat"/>,
|
||||
<xref linkend="libxml2"/> or <xref linkend="expat"/>, and
|
||||
<xref linkend="xz-utils"/>
|
||||
</para>
|
||||
|
||||
@ -98,14 +98,14 @@ make</userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>bsdtar, bsdcpio</seg>
|
||||
<seg>bsdtar and bsdcpio</seg>
|
||||
<seg>libarchive.{so,a}</seg>
|
||||
<seg></seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -117,7 +117,7 @@ make</userinput></screen>
|
||||
<varlistentry id="bsdtar">
|
||||
<term><command>bsdtar</command></term>
|
||||
<listitem>
|
||||
<para>is a tool like the GNU tar.</para>
|
||||
<para>is a tool similar to GNU <command>tar</command>.</para>
|
||||
<indexterm zone="libarchive bsdtar">
|
||||
<primary sortas="b-bsdtar">bsdtar</primary>
|
||||
</indexterm>
|
||||
@ -127,7 +127,7 @@ make</userinput></screen>
|
||||
<varlistentry id="bsdcpio">
|
||||
<term><command>bsdcpio</command></term>
|
||||
<listitem>
|
||||
<para>is a tool like cpio.</para>
|
||||
<para>is a tool similar to <command>cpio</command>.</para>
|
||||
<indexterm zone="libarchive bsdcpio">
|
||||
<primary sortas="b-bsdcpio">bsdcpio</primary>
|
||||
</indexterm>
|
||||
|
Loading…
Reference in New Issue
Block a user