mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
a529ba7ff4
The default buildtype is "debug", generating very unoptimized binary.
155 lines
4.3 KiB
XML
155 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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 libdisplay-info-download-http "https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/&libdisplay-info-version;/downloads//libdisplay-info-&libdisplay-info-version;.tar.xz">
|
|
<!ENTITY libdisplay-info-download-ftp " ">
|
|
<!ENTITY libdisplay-info-md5sum "56e8d2213d2aefd7defaaddfd9cb80e1">
|
|
<!ENTITY libdisplay-info-size "t6 KB">
|
|
<!ENTITY libdisplay-info-buildsize "2.4 MB">
|
|
<!ENTITY libdisplay-info-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libdisplay-info" xreflabel="libdisplay-info-&libdisplay-info-version;">
|
|
<?dbhtml filename="libdisplay-info.html"?>
|
|
|
|
<title>libdisplay-info-&libdisplay-info-version;</title>
|
|
|
|
<indexterm zone="libdisplay-info">
|
|
<primary sortas="a-libdisplay-info">libdisplay-info</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libdisplay-info</title>
|
|
|
|
<para>
|
|
The <application>libdisplay-info</application> package provides
|
|
a set of high-level and low-level functions to
|
|
access detailed Extended Display Identification Data (EDID) information.
|
|
</para>
|
|
|
|
&lfs121_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libdisplay-info-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libdisplay-info-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libdisplay-info-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libdisplay-info-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libdisplay-info-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libdisplay-info-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libdisplay-info Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="hwdata"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libdisplay-info</title>
|
|
|
|
<para>
|
|
Install <application>libdisplay-info</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson setup --prefix=/usr --buildtype=release .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
This package requires special software to run tests.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the &root; user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
</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>
|
|
libdisplay-info.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libdisplay-info
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libdisplay-info-lib">
|
|
<term><filename class="libraryfile">libdisplay-info.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used to handle operations
|
|
relating to NVMe devices.
|
|
</para>
|
|
<indexterm zone="libdisplay-info libdisplay-info-lib">
|
|
<primary sortas="c-libdisplay-info">libdisplay-info.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|