2014-08-19 02:18:02 +08:00
|
|
|
<?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;
|
|
|
|
|
2017-04-24 01:21:19 +08:00
|
|
|
<!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
|
2014-08-19 02:18:02 +08:00
|
|
|
<!ENTITY libepoxy-download-ftp " ">
|
2021-05-23 06:10:20 +08:00
|
|
|
<!ENTITY libepoxy-md5sum "ad6a912bf95e97d6b8b471efc249ed00">
|
|
|
|
<!ENTITY libepoxy-size "220 KB">
|
2020-12-29 04:22:57 +08:00
|
|
|
<!ENTITY libepoxy-buildsize "20 MB (with tests)">
|
2018-10-06 06:25:06 +08:00
|
|
|
<!ENTITY libepoxy-time "0.1 SBU (with tests)">
|
2014-08-19 02:18:02 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libepoxy" xreflabel="libepoxy-&libepoxy-version;">
|
|
|
|
<?dbhtml filename="libepoxy.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libepoxy-&libepoxy-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libepoxy">
|
|
|
|
<primary sortas="a-libepoxy">libepoxy</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libepoxy</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<application>libepoxy</application> is a library for handling OpenGL
|
|
|
|
function pointer management.
|
|
|
|
</para>
|
|
|
|
|
2021-02-21 09:41:49 +08:00
|
|
|
&lfs101_checked;
|
2014-08-19 02:18:02 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&libepoxy-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&libepoxy-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &libepoxy-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &libepoxy-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &libepoxy-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &libepoxy-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">libepoxy Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2015-10-11 19:51:21 +08:00
|
|
|
<xref linkend="mesa"/>
|
2014-08-19 02:18:02 +08:00
|
|
|
</para>
|
|
|
|
|
2018-10-06 06:25:06 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2019-10-24 23:55:02 +08:00
|
|
|
<xref linkend="doxygen"/> (for documentation)
|
2018-10-06 06:25:06 +08:00
|
|
|
</para>
|
|
|
|
|
2014-08-19 02:18:02 +08:00
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libepoxy</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>libepoxy</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2018-10-06 06:25:06 +08:00
|
|
|
<screen><userinput>mkdir build &&
|
2019-11-30 06:56:16 +08:00
|
|
|
cd build &&
|
2018-10-06 06:25:06 +08:00
|
|
|
|
2021-06-04 20:57:26 +08:00
|
|
|
meson --prefix=/usr --buildtype=release .. &&
|
2018-10-06 06:25:06 +08:00
|
|
|
ninja</userinput></screen>
|
2014-08-19 02:18:02 +08:00
|
|
|
|
|
|
|
<para>
|
2018-10-06 06:25:06 +08:00
|
|
|
To test the results, issue: <command>ninja test</command>.
|
2014-08-19 02:18:02 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
2018-10-06 06:25:06 +08:00
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
2014-08-19 02:18:02 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2019-10-24 23:55:02 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2021-06-04 20:57:26 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
|
2019-10-24 23:55:02 +08:00
|
|
|
<para>
|
|
|
|
<option>-Ddocs=true</option>: If you have <xref linkend="doxygen"/>
|
|
|
|
installed, add this option to generate additional documentation.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2014-08-19 02:18:02 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libepoxy.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/epoxy
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
|
|
|
|
<varlistentry id="libepoxy-lib">
|
|
|
|
<term><filename class="libraryfile">libepoxy.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains API functions for handling OpenGL function
|
2021-02-19 23:20:16 +08:00
|
|
|
pointer management
|
2014-08-19 02:18:02 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="libepoxy libepoxy-lib">
|
|
|
|
<primary sortas="c-libepoxy">libepoxy.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|