mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3368ef44e8
ensure a UTF-8 locale is set. Make KF5/Plasma packages needed for lxqt explicit. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17079 af4574ff-66df-0310-9fd7-8a98e5e911e0
168 lines
4.3 KiB
XML
168 lines
4.3 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 liblxqt-download-http "&lxqt-http-repo;/&lxqt-version;/liblxqt-&liblxqt-version;.tar.xz">
|
|
<!ENTITY liblxqt-download-ftp " ">
|
|
<!ENTITY liblxqt-md5sum "3856e2e690612c5564dc52f5b570a438">
|
|
<!ENTITY liblxqt-size "76 KB">
|
|
<!ENTITY liblxqt-buildsize "4.3 MB">
|
|
<!ENTITY liblxqt-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="liblxqt" xreflabel="liblxqt-&liblxqt-version;">
|
|
<?dbhtml filename="liblxqt.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>liblxqt-&liblxqt-version;</title>
|
|
|
|
<indexterm zone="liblxqt">
|
|
<primary sortas="a-liblxqt">liblxqt</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to liblxqt</title>
|
|
|
|
<para>
|
|
The <application>liblxqt</application> is the core utility library for all
|
|
<application>LXQt</application> components.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&liblxqt-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&liblxqt-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &liblxqt-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &liblxqt-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &liblxqt-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &liblxqt-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">liblxqt Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libqtxdg"/> and
|
|
(<xref linkend="lxqt-kwindowsystem"/> or
|
|
<xref linkend="kf5-frameworks"/>)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/liblxqt"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of liblxqt</title>
|
|
|
|
<para>
|
|
Install <application>liblxqt</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<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 -e ...</command>: Fixes the headers for Qt5-5.5.
|
|
</para>
|
|
|
|
</sect2>-->
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
liblxqt.so
|
|
</seg>
|
|
<seg>
|
|
$LXQT_PREFIX/{include,share{,/cmake}}/lxqt
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="liblxqt-lib">
|
|
<term><filename class="libraryfile">liblxqt.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>liblxqt</application> API functions.
|
|
</para>
|
|
<indexterm zone="liblxqt liblxqt-lib">
|
|
<primary sortas="c-liblxqt">liblxqt.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|