source: general/prog/cmake.xml@ a7e1ac8

systemd-13485
Last change on this file since a7e1ac8 was 8cf08a11, checked in by DJ Lucas <dj@…>, 8 years ago

Remove -systemd nameing for xml files and move entities to packages.ent for Chapter 13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16858 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.3 KB
RevLine 
[57f7cfa]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2bcddd4]7 <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
[57f7cfa]8 <!ENTITY cmake-download-ftp " ">
[5b94f1c7]9 <!ENTITY cmake-md5sum "cd3034e0a44256a0917e25477217fc8">
10 <!ENTITY cmake-size "6.4 MB">
11 <!ENTITY cmake-buildsize "632 MB (with tests)">
12 <!ENTITY cmake-time "13.2 SBU (with tests)">
[57f7cfa]13]>
14
[b7b6efc]15<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
[57f7cfa]16 <?dbhtml filename="cmake.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>CMake-&cmake-version;</title>
24
25 <indexterm zone="cmake">
26 <primary sortas="a-CMake">CMake</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to CMake</title>
31
[b7b6efc]32 <para>
[0d7900a]33 The <application>CMake</application> package contains a modern
34 toolset used for generating Makefiles. It is a successor of the
[b7b6efc]35 auto-generated <command>configure</command> script and aims to
[0d7900a]36 be platform- and compiler-independent. A significant user of
[b7b6efc]37 <application>CMake</application> is <application>KDE</application>
38 since version 4.
39 </para>
[57f7cfa]40
[a3394a71]41 &lfs78_checked;
[57f7cfa]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[b7b6efc]46 <para>
47 Download (HTTP): <ulink url="&cmake-download-http;"/>
48 </para>
[57f7cfa]49 </listitem>
50 <listitem>
[b7b6efc]51 <para>
52 Download (FTP): <ulink url="&cmake-download-ftp;"/>
53 </para>
[57f7cfa]54 </listitem>
55 <listitem>
[b7b6efc]56 <para>
57 Download MD5 sum: &cmake-md5sum;
58 </para>
[57f7cfa]59 </listitem>
60 <listitem>
[b7b6efc]61 <para>
62 Download size: &cmake-size;
63 </para>
[57f7cfa]64 </listitem>
65 <listitem>
[b7b6efc]66 <para>
67 Estimated disk space required: &cmake-buildsize;
68 </para>
[57f7cfa]69 </listitem>
70 <listitem>
[b7b6efc]71 <para>
72 Estimated build time: &cmake-time;
73 </para>
[57f7cfa]74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
78
[e1b2c0e]79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
[56605b9]81 <xref linkend="curl"/> and
82 <xref linkend="libarchive"/>
[b88be39]83 </para>
84
[2bcddd4]85 <bridgehead renderas="sect4">Optional</bridgehead>
[b88be39]86 <para role="optional">
[0fc6e8f]87 <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI),
88 <xref linkend="subversion"/> (for testing), and
[369d7767]89 <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
[0fc6e8f]90 (for building documents)
[57f7cfa]91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
[b7b6efc]94 <ulink url="&blfs-wiki;/cmake"/>
95 </para>
[57f7cfa]96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of CMake</title>
100
[b7b6efc]101 <para>
102 Install <application>CMake</application> by running the following
103 commands:
104 </para>
[57f7cfa]105
[369d7767]106<screen><userinput>./bootstrap --prefix=/usr \
[b88be39]107 --system-libs \
[57f7cfa]108 --mandir=/share/man \
[ac38e9dc]109 --no-system-jsoncpp \
[51a0e43]110 --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
[57f7cfa]111make</userinput></screen>
112
[b7b6efc]113 <para>
[51a0e43]114 To test the results, issue: <command>bin/ctest</command>.
[b7b6efc]115 </para>
[b88be39]116
[b7b6efc]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[57f7cfa]120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
[b7b6efc]128 <para>
[407637c]129 <parameter>--system-libs</parameter>: This switch forces the build system
[7d511f08]130 to link against the <application>Zlib</application>,
[407637c]131 <application>Bzip2</application>, <application>cURL</application>,
132 <application>Expat</application> and <application>libarchive</application>
[7d511f08]133 packages already installed on the system.
[b7b6efc]134 </para>
[0d7900a]135
[ac38e9dc]136 <para>
137 <parameter>--no-system-jsoncpp</parameter>: This switch removes the
138 <application>JSON-C++</application> library from the list of system
139 libraries. A bundled version of that library is used instead.
140 </para>
141
[b7b6efc]142 <para>
143 <option>--qt-gui</option>: This switch enables building of the
144 <application>Qt</application>-based GUI for
145 <application>CMake</application>.
146 </para>
[57f7cfa]147
[7b946c2]148 <para>
149 <option>--qt-qmake=/usr/bin/qmake-qt5</option>: Use this switch if
150 you have both <application>Qt4</application> and
151 <application>Qt5</application> installed but wish to build the
152 <application>Qt5</application> based GUI (it defaults to
153 <application>Qt4</application> one).
154 </para>
155
[57f7cfa]156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
[fd27868]162 <segtitle>Installed Programs</segtitle>
[c3c56b2]163 <segtitle>Installed Libraries</segtitle>
[fd27868]164 <segtitle>Installed Directories</segtitle>
[57f7cfa]165
166 <seglistitem>
[b7b6efc]167 <seg>
[5b94f1c7]168 ccmake,
169 cmake,
170 cmake-gui (optional),
171 cpack,
172 and ctest
[b7b6efc]173 </seg>
[c3c56b2]174 <seg>
175 None
176 </seg>
[b7b6efc]177 <seg>
178 /usr/share/cmake-&cmake-major-version; and
179 /usr/share/doc/cmake-&cmake-version;
180 </seg>
[57f7cfa]181 </seglistitem>
182 </segmentedlist>
183
[0d7900a]184
[57f7cfa]185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="ccmake">
191 <term><command>ccmake</command></term>
192 <listitem>
[b7b6efc]193 <para>
194 is a curses based interactive frontend to
195 <command>cmake</command>.
196 </para>
[57f7cfa]197 <indexterm zone="cmake ccmake">
198 <primary sortas="b-ccmake">ccmake</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
[b7b6efc]203 <varlistentry id="cmake-prog">
[57f7cfa]204 <term><command>cmake</command></term>
205 <listitem>
[b7b6efc]206 <para>
207 is the makefile generator.
208 </para>
209 <indexterm zone="cmake cmake-prog">
[57f7cfa]210 <primary sortas="b-cmake">cmake</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
[0d7900a]214
[2bcddd4]215 <varlistentry id="cmake-gui">
216 <term><command>cmake-gui</command></term>
217 <listitem>
[b7b6efc]218 <para>
[8ed30d52]219 (optional) is the <application>Qt</application>-based frontent to
[b7b6efc]220 <command>cmake</command>.
221 </para>
[2bcddd4]222 <indexterm zone="cmake cmake-gui">
223 <primary sortas="b-cmake-gui">cmake-gui</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="cpack">
229 <term><command>cpack</command></term>
230 <listitem>
[b7b6efc]231 <para>
232 is the <application>CMake</application> packaging program.
233 </para>
[2bcddd4]234 <indexterm zone="cmake cpack">
235 <primary sortas="b-cpack">cpack</primary>
236 </indexterm>
237 </listitem>
[0d7900a]238 </varlistentry>
239
[2bcddd4]240 <varlistentry id="ctest">
241 <term><command>ctest</command></term>
242 <listitem>
[b7b6efc]243 <para>
244 is a testing utility for cmake-generated build trees.
245 </para>
[2bcddd4]246 <indexterm zone="cmake ctest">
247 <primary sortas="b-ctest">ctest</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
[57f7cfa]251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.