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 |
|
---|
7 | <!ENTITY extra-cmake-modules-download-http "http://download.kde.org/stable/frameworks/5.17/extra-cmake-modules-&extra-cmake-modules-version;.tar.xz">
|
---|
8 | <!ENTITY extra-cmake-modules-download-ftp " ">
|
---|
9 | <!ENTITY extra-cmake-modules-md5sum "dedb4a47cc8f850078792b5404de0d43">
|
---|
10 | <!ENTITY extra-cmake-modules-size "140 KB">
|
---|
11 | <!ENTITY extra-cmake-modules-buildsize "3.5 MB">
|
---|
12 | <!ENTITY extra-cmake-modules-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="extra-cmake-modules" xreflabel="extra-cmake-modules-&extra-cmake-modules-version;">
|
---|
16 | <?dbhtml filename="extra-cmake-modules.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>extra-cmake-modules-&extra-cmake-modules-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="extra-cmake-modules">
|
---|
26 | <primary sortas="a-extra-cmake-modules">extra-cmake-modules</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Extra Cmake Modules</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>Extra Cmake Modules</application> package contains
|
---|
34 | extra <application>CMake</application> modules used by
|
---|
35 | <application>KDE Frameworks 5</application> and other packages.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs78_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&extra-cmake-modules-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&extra-cmake-modules-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &extra-cmake-modules-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &extra-cmake-modules-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &extra-cmake-modules-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &extra-cmake-modules-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect3">Extra Cmake Modules Dependencies</bridgehead>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
77 | <para role="required">
|
---|
78 | <xref linkend="cmake"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
82 | <para role="optional">
|
---|
83 | <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documentation)
|
---|
84 | </para>
|
---|
85 |
|
---|
86 | <para condition="html" role="usernotes">
|
---|
87 | User Notes: <ulink url="&blfs-wiki;/extra-cmake-modules"/>
|
---|
88 | </para>
|
---|
89 | </sect2>
|
---|
90 |
|
---|
91 | <sect2 role="installation">
|
---|
92 | <title>Installation of Extra Cmake Modules</title>
|
---|
93 |
|
---|
94 | <para>
|
---|
95 | Install <application>Extra Cmake Modules</application> by running the following
|
---|
96 | commands:
|
---|
97 | </para>
|
---|
98 |
|
---|
99 | <screen><userinput>mkdir build &&
|
---|
100 | cd build &&
|
---|
101 |
|
---|
102 | cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
|
---|
103 | make</userinput></screen>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | This package does not come with a test suite.
|
---|
107 | </para>
|
---|
108 |
|
---|
109 | <note><para>
|
---|
110 | Unlike other KF5 packages, this module is installed in /usr because
|
---|
111 | it can be used by some non-KF5 packages.
|
---|
112 | </para></note>
|
---|
113 |
|
---|
114 | <para>
|
---|
115 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
119 |
|
---|
120 | </sect2>
|
---|
121 |
|
---|
122 | <sect2 role="content">
|
---|
123 | <title>Contents</title>
|
---|
124 |
|
---|
125 | <segmentedlist>
|
---|
126 | <segtitle>Installed Programs</segtitle>
|
---|
127 | <segtitle>Installed Libraries</segtitle>
|
---|
128 | <segtitle>Installed Directories</segtitle>
|
---|
129 |
|
---|
130 | <seglistitem>
|
---|
131 | <seg>
|
---|
132 | None
|
---|
133 | </seg>
|
---|
134 | <seg>
|
---|
135 | None
|
---|
136 | </seg>
|
---|
137 | <seg>
|
---|
138 | /usr/share/ECM and
|
---|
139 | /usr/share/doc/ECM (if documentation was built)
|
---|
140 | </seg>
|
---|
141 | </seglistitem>
|
---|
142 | </segmentedlist>
|
---|
143 |
|
---|
144 | </sect2>
|
---|
145 |
|
---|
146 | </sect1>
|
---|
147 |
|
---|
148 |
|
---|