mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
CMake 2.8.7.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9884 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
565bc55c64
commit
2bcddd4f66
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "April 8th, &year;">
|
||||
<!ENTITY releasedate "April 9th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
@ -354,7 +354,8 @@ $Date$
|
||||
|
||||
<!-- Chapter 12 -->
|
||||
<!ENTITY check-version "0.9.8">
|
||||
<!ENTITY cmake-version "2.8.6">
|
||||
<!ENTITY cmake-major-version "2.8">
|
||||
<!ENTITY cmake-version "2.8.7">
|
||||
<!ENTITY cvs-version "1.11.23">
|
||||
<!ENTITY dejagnu-version "1.5">
|
||||
<!ENTITY doxygen-version "1.7.5">
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY cmake-download-http "http://www.cmake.org/files/v2.8/cmake-&cmake-version;.tar.gz">
|
||||
<!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
|
||||
<!ENTITY cmake-download-ftp " ">
|
||||
<!ENTITY cmake-md5sum "2147da452fd9212bb9b4542a9eee9d5b">
|
||||
<!ENTITY cmake-size "5.3 MB">
|
||||
<!ENTITY cmake-buildsize "303 MB (including tests)">
|
||||
<!ENTITY cmake-time "4.1 SBU (including 2.5 SBU test time)">
|
||||
<!ENTITY cmake-md5sum "e1b237aeaed880f65dec9c20602452f6">
|
||||
<!ENTITY cmake-size "5.4 MB">
|
||||
<!ENTITY cmake-buildsize "220 MB (including tests)">
|
||||
<!ENTITY cmake-time "1.8 SBU (additional 6.5 SBU for the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="cmake" xreflabel="cmake-&cmake-version;">
|
||||
@ -33,7 +33,7 @@
|
||||
for generating <filename>Makefile</filename>s. It is a successor of the auto-generated
|
||||
<command>configure</command> script.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -66,9 +66,10 @@
|
||||
<xref linkend="expat"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Options</bridgehead>
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="subversion"/> (for testing)
|
||||
<xref linkend="subversion"/> (for testing) and
|
||||
<xref linkend="qt4"/> (for the Qt-based GUI)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -104,6 +105,9 @@ make</userinput></screen>
|
||||
to link against <application>Zlib</application>, <application>Bzip2</application>,
|
||||
<application>cURL</application> and <application>Expat</application> installed
|
||||
on the system.</para>
|
||||
|
||||
<para><option>--qt-gui</option>: This option builds a <application>Qt</application>-based
|
||||
GUI for <application>CMake</application>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -116,38 +120,19 @@ make</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>ctest, cpack, ccmake, and cmake</seg>
|
||||
<seg>ccmake, cmake, cmake-gui, cpack and ctest</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/cmake-&cmake-version; and
|
||||
<seg>/usr/share/cmake-&cmake-major-version; and
|
||||
/usr/share/doc/cmake-&cmake-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="ctest">
|
||||
<term><command>ctest</command></term>
|
||||
<listitem>
|
||||
<para>is a testing utility for cmake-generated build trees.</para>
|
||||
<indexterm zone="cmake ctest">
|
||||
<primary sortas="b-ctest">ctest</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="cpack">
|
||||
<term><command>cpack</command></term>
|
||||
<listitem>
|
||||
<para>is the CMake packaging program.</para>
|
||||
<indexterm zone="cmake cpack">
|
||||
<primary sortas="b-cpack">cpack</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ccmake">
|
||||
<term><command>ccmake</command></term>
|
||||
<listitem>
|
||||
@ -167,6 +152,36 @@ make</userinput></screen>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="cmake-gui">
|
||||
<term><command>cmake-gui</command></term>
|
||||
<listitem>
|
||||
<para>is the Qt-based frontent to CMake.</para>
|
||||
<indexterm zone="cmake cmake-gui">
|
||||
<primary sortas="b-cmake-gui">cmake-gui</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="cpack">
|
||||
<term><command>cpack</command></term>
|
||||
<listitem>
|
||||
<para>is the CMake packaging program.</para>
|
||||
<indexterm zone="cmake cpack">
|
||||
<primary sortas="b-cpack">cpack</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ctest">
|
||||
<term><command>ctest</command></term>
|
||||
<listitem>
|
||||
<para>is a testing utility for cmake-generated build trees.</para>
|
||||
<indexterm zone="cmake ctest">
|
||||
<primary sortas="b-ctest">ctest</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
|
@ -41,6 +41,16 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 9th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Upgrade to CMake 2.8.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;3322">#3322</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 8th, 2012</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user