source: kde5/frameworks/extra-cmake-modules.xml@ 8e79872

kde5-14686 systemd-13485
Last change on this file since 8e79872 was 8e79872, checked in by Krejzi <krejzi@…>, 10 years ago

Updated to KDE Frameworks 5.3.0.

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

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