2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2006-02-03 14:09:24 +08:00
|
|
|
<!ENTITY eel-download-http "&gnome-download-http;/eel/&gnome-version;/eel-&eel-version;.tar.bz2">
|
|
|
|
<!ENTITY eel-download-ftp "&gnome-download-ftp;/eel/&gnome-version;/eel-&eel-version;.tar.bz2">
|
|
|
|
<!ENTITY eel-md5sum "d78cd3e33c656a62b5bf1f8d0b8d271f">
|
2005-10-11 02:06:06 +08:00
|
|
|
<!ENTITY eel-size "675 KB">
|
2006-02-03 14:09:24 +08:00
|
|
|
<!ENTITY eel-buildsize "13.9 MB">
|
2005-10-11 02:06:06 +08:00
|
|
|
<!ENTITY eel-time "0.5 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2003-10-02 11:43:33 +08:00
|
|
|
<sect1 id="eel" xreflabel="EEL-&eel-version;">
|
2005-05-15 16:17:55 +08:00
|
|
|
<?dbhtml filename="eel.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2005-12-06 18:43:06 +08:00
|
|
|
<keywordset>
|
|
|
|
<keyword role="package">eel-&eel-version;.tar</keyword>
|
2005-12-09 04:29:35 +08:00
|
|
|
<keyword role="ftpdir">eel</keyword>
|
2005-12-06 18:43:06 +08:00
|
|
|
</keywordset>
|
2005-05-15 16:17:55 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>EEL-&eel-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="eel">
|
|
|
|
<primary sortas="a-EEL">EEL</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
2005-05-22 19:27:41 +08:00
|
|
|
<sect2 role="package">
|
2005-05-15 16:17:55 +08:00
|
|
|
<title>Introduction to EEL</title>
|
|
|
|
|
|
|
|
<para>The <application>EEL</application> package contains the Eazel
|
|
|
|
Extensions Library. This is a collection of widgets and extensions
|
|
|
|
to the <application>GNOME</application> platform.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&eel-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&eel-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &eel-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &eel-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &eel-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &eel-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2005-05-16 01:30:23 +08:00
|
|
|
<bridgehead renderas="sect3">EEL Dependencies</bridgehead>
|
2005-05-15 16:17:55 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-12-06 18:43:06 +08:00
|
|
|
<para role="required"><xref linkend="gnome-desktop"/>,
|
2006-02-03 14:09:24 +08:00
|
|
|
<xref linkend="gnome-menus"/>, and
|
2005-10-11 02:06:06 +08:00
|
|
|
<xref linkend="gail"/></para>
|
2005-05-15 16:17:55 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of EEL</title>
|
|
|
|
|
|
|
|
<para>Install <application>EEL</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</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>
|
2005-05-15 18:07:14 +08:00
|
|
|
<segtitle>Installed Library</segtitle>
|
2005-05-16 03:51:32 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2005-05-15 16:17:55 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>libeel-2.[so,a]</seg>
|
2005-05-16 03:51:32 +08:00
|
|
|
<seg>$GNOME_PREFIX/include/eel-2</seg>
|
2005-05-15 16:17:55 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libeel-2">
|
|
|
|
<term><filename class='libraryfile'>libeel-2.[so,a]</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a collection of widgets developed by the
|
|
|
|
<application>Nautilus</application> project.</para>
|
|
|
|
<indexterm zone="eel libeel-2">
|
|
|
|
<primary sortas="c-libeel-2">libeel-2.[so,a]</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-04 11:17:25 +08:00
|
|
|
|
|
|
|
</sect1>
|