mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
29ab14618c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9240 af4574ff-66df-0310-9fd7-8a98e5e911e0
148 lines
4.5 KiB
XML
148 lines
4.5 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 mx-download-http "http://source.clutter-project.org/sources/mx/1.2/mx-&mx-version;.tar.bz2">
|
|
<!ENTITY mx-download-ftp " ">
|
|
<!ENTITY mx-md5sum "1d7f9764c6e79cadf9f1cae3bcbe0eef">
|
|
<!ENTITY mx-size "1.2 MB">
|
|
<!ENTITY mx-buildsize "33 MB">
|
|
<!ENTITY mx-time "0.8 SBU">
|
|
]>
|
|
|
|
<sect1 id="mx" xreflabel="mx-&mx-version;">
|
|
<?dbhtml filename="mx.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>mx-&mx-version;</title>
|
|
|
|
<indexterm zone="mx">
|
|
<primary sortas="a-mx">mx</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to mx</title>
|
|
|
|
<para><application>Mx</application> is a traditional GUI toolkit, built upon
|
|
Clutter technology. This enables smooth animations and special effects through
|
|
hardware accelerated graphics (OpenGL).</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&mx-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&mx-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &mx-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &mx-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &mx-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &mx-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">mx Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="clutter"/>,
|
|
<xref linkend="gdk-pixbuf"/>,
|
|
<xref linkend="dbus"/>,
|
|
<xref linkend="startup-notification"/>,
|
|
<xref linkend="gobject-introspection"/>, and
|
|
<xref linkend="gtk2"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/mx"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of mx</title>
|
|
|
|
<para>Install <application>mx</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package's testsuite is only intended to be used by the
|
|
maintainer to check i18n files.</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 Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>mx-create-image-cache</seg>
|
|
<seg>libmx-1.0.so and libmx-gtk-1.0.so</seg>
|
|
<seg>/usr/{include/mx-1.0/mx-gtk,share/{gtk-doc/html/mx-gtk,mx/style}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="mx-create-image-cache">
|
|
<term><command>mx-create-image-cache</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="mx mx-create-image-cache">
|
|
<primary sortas="b-mx-create-image-cache">mx-create-image-cache</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libmx-1">
|
|
<term><filename class='libraryfile'>libmx-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="mx libmx-1">
|
|
<primary sortas="c-libmx-1">libmx-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libmx-gtk-1">
|
|
<term><filename class='libraryfile'>libmx-gtk-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="mx libmx-gtk-1">
|
|
<primary sortas="c-libmx-gtk-1">libmx-gtk-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|