mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
5ac58b5408
Update to kf5-apps-18.12.0 and kwave-18.12.0. Update to kf5-5.53. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20819 af4574ff-66df-0310-9fd7-8a98e5e911e0
162 lines
4.4 KiB
XML
162 lines
4.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY extra-cmake-modules-download-http "&kf5-download-http;/extra-cmake-modules-&kf5-version;.tar.xz">
|
|
<!ENTITY extra-cmake-modules-download-ftp " ">
|
|
<!ENTITY extra-cmake-modules-md5sum "a57cf2aa488fdcce7323a2a4b9aecb65">
|
|
<!ENTITY extra-cmake-modules-size "320 KB">
|
|
<!ENTITY extra-cmake-modules-buildsize "4.1 MB">
|
|
<!ENTITY extra-cmake-modules-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="extra-cmake-modules" xreflabel="extra-cmake-modules-&kf5-version;">
|
|
<?dbhtml filename="extra-cmake-modules.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>extra-cmake-modules-&kf5-version;</title>
|
|
|
|
<indexterm zone="extra-cmake-modules">
|
|
<primary sortas="a-extra-cmake-modules">extra-cmake-modules</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Extra Cmake Modules</title>
|
|
|
|
<para>
|
|
The <application>Extra Cmake Modules</application> package contains
|
|
extra <application>CMake</application> modules used by
|
|
<application>KDE Frameworks 5</application> and other packages.
|
|
</para>
|
|
|
|
&lfs83_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&extra-cmake-modules-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&extra-cmake-modules-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &extra-cmake-modules-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &extra-cmake-modules-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &extra-cmake-modules-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &extra-cmake-modules-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Extra Cmake Modules Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="cmake"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for building documentation)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/extra-cmake-modules"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Extra Cmake Modules</title>
|
|
|
|
<para>
|
|
Install <application>Extra Cmake Modules</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/"lib64"/s/64//' kde-modules/KDEInstallDirs.cmake &&
|
|
|
|
mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<note><para>
|
|
Unlike other KF5 packages, this module is installed in /usr because
|
|
it can be used by some non-KF5 packages.
|
|
</para></note>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed ... Modules/KDEInstallDirs.cmake</command>:
|
|
This command disables applications using cmake from attempting to
|
|
install files in a <filename class="directory">lib64</filename>
|
|
sub-directory.
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/ECM and
|
|
/usr/share/doc/ECM (if documentation was built)
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|
|
|