mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
975f600b69
Tags (including synaptics/wacom) git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19093 af4574ff-66df-0310-9fd7-8a98e5e911e0
132 lines
4.1 KiB
XML
132 lines
4.1 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 rep-gtk-download-http "http://download.tuxfamily.org/librep/rep-gtk/rep-gtk_&rep-gtk-version;.tar.xz">
|
|
<!ENTITY rep-gtk-download-ftp " ">
|
|
<!ENTITY rep-gtk-md5sum "b20f72cf00d316d35fa7f84a6e7532af">
|
|
<!ENTITY rep-gtk-size "120 KB">
|
|
<!ENTITY rep-gtk-buildsize "13 MB">
|
|
<!ENTITY rep-gtk-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
|
|
<?dbhtml filename="rep-gtk.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Rep-gtk-&rep-gtk-version;</title>
|
|
|
|
<indexterm zone="rep-gtk">
|
|
<primary sortas="a-Rep-gtk">Rep-gtk</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Rep-gtk</title>
|
|
|
|
<para>The <application>rep-gtk</application> package contains a
|
|
<application>Lisp</application> and <application>GTK</application> binding.
|
|
This is useful for extending <application>GTK-2</application> and
|
|
<application>GDK</application> libraries with <application>Lisp</application>.
|
|
Starting at <application>rep-gtk</application>-0.15, the package contains the
|
|
bindings to <application>GTK</application> and uses the same instructions.
|
|
Both can be installed, if needed. </para>
|
|
|
|
&lfs81_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&rep-gtk-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&rep-gtk-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &rep-gtk-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &rep-gtk-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &rep-gtk-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &rep-gtk-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Rep-gtk Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk2"/> and
|
|
<xref linkend="librep"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/rep-gtk"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Rep-gtk</title>
|
|
|
|
<para>Install <application>rep-gtk</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./autogen.sh --prefix=/usr &&
|
|
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 Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>Lisp bindings</seg>
|
|
<seg>/usr/include/rep-gtk and /usr/lib/rep/gui</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lisp-bindings">
|
|
<term><filename class='libraryfile'>Lisp bindings</filename></term>
|
|
<listitem>
|
|
<para>are libraries stored in <filename
|
|
class="directory">/usr/lib/rep/gui/</filename> that assist
|
|
communication between Lisp and the <application>GTK</application>
|
|
libraries.</para>
|
|
<indexterm zone="rep-gtk lisp-bindings">
|
|
<primary sortas="c-Lisp-bindings">Lisp bindings</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|