mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
c0e40ca7c4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17166 af4574ff-66df-0310-9fd7-8a98e5e911e0
173 lines
4.7 KiB
XML
173 lines
4.7 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 solid-download-http "&kf5-download-http;/solid-&kf5-version;.tar.xz">
|
|
<!ENTITY solid-download-ftp " ">
|
|
<!ENTITY solid-md5sum "0bcf42d89dc6276dbba3b9f8259d67ab">
|
|
<!ENTITY solid-size "264 KB">
|
|
<!ENTITY solid-buildsize "27 MB">
|
|
<!ENTITY solid-time "2.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxqt-solid" xreflabel="solid-&kf5-version; for lxqt">
|
|
<?dbhtml filename="lxqt-solid.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Solid-&kf5-version; for lxqt</title>
|
|
|
|
<indexterm zone="lxqt-solid">
|
|
<primary sortas="a-solid">solid</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to solid</title>
|
|
|
|
<para>
|
|
<application>Solid</application> is a device integration framework. It
|
|
provides a way of querying and interacting with hardware independently of
|
|
the underlying operating system.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<note><para>This packge is extracted from the KF5 set of packages. If
|
|
<xref linkend="kf5-frameworks"/> is built, do NOT also build this package
|
|
as prsented here.</para></note>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&solid-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&solid-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &solid-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &solid-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &solid-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &solid-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Solid Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="extra-cmake-modules"/> and
|
|
<xref linkend="qt5"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (runtime)</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://www.freedesktop.org/wiki/Software/media-player-info">
|
|
media-player-info</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/solid"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of solid</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 \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
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="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
solid-hardware5
|
|
</seg>
|
|
<seg>
|
|
libKF5Solid.so and libsolidextensionplugin.so
|
|
</seg>
|
|
<seg>
|
|
$LXQT_PREFIX/lib/cmake/KF5Solid,
|
|
$LXQT_PREFIX/include/KF5/Solid, and
|
|
$LXQT_PREFIX/lib/qml/org/kde/solid
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxqt-solid-lib">
|
|
<term><filename class="libraryfile">libKF5Solid.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
provides a way of querying and interacting with hardware
|
|
independently of the underlying operating system.
|
|
</para>
|
|
<indexterm zone="lxqt-solid-lib">
|
|
<primary sortas="c-libKF5Solid">libKF5solid.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|