mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
ff769b8c61
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3656 af4574ff-66df-0310-9fd7-8a98e5e911e0
103 lines
3.2 KiB
XML
103 lines
3.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY guppi-download-http "http://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
|
|
<!ENTITY guppi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/Guppi/0.40/Guppi-&guppi-version;.tar.bz2">
|
|
<!ENTITY guppi-md5sum "26ec6eb5b6fe7fb4e32ecff64d4f1b16">
|
|
<!ENTITY guppi-size "1.0 MB">
|
|
<!ENTITY guppi-buildsize "33 MB">
|
|
<!ENTITY guppi-time "1.35 SBU">
|
|
]>
|
|
|
|
<sect1 id="guppi" xreflabel="Guppi-&guppi-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="guppi.html"?>
|
|
<title><application>Guppi</application>-&guppi-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Guppi</application></title>
|
|
|
|
<para>The <application>Guppi</application> package contains a
|
|
<application>Guile</application> scriptable plot program with
|
|
integrated statistics capabilities.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&guppi-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&guppi-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &guppi-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &guppi-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&guppi-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&guppi-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required Patch (if compiled with
|
|
<application><acronym>GCC</acronym></application>-3.4.x): <ulink
|
|
url="&patch-root;/Guppi-&guppi-version;-gcc34-1.patch"/></para></listitem>
|
|
|
|
<listitem><para>Required Patch <ulink
|
|
url="&patch-root;/Guppi-&guppi-version;-legend_fix-1.patch"/></para></listitem>
|
|
</itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>Guppi</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="bonobo14"/>,
|
|
<xref linkend="gtk-doc"/> and
|
|
<xref linkend="docbook-utils"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Guppi</application></title>
|
|
|
|
<para>Install <application>Guppi</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../Guppi-&guppi-version;-gcc34-1.patch &&
|
|
patch -Np1 -i ../Guppi-&guppi-version;-legend_fix-1.patch &&
|
|
./configure --prefix=/opt/gnome &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--prefix=/opt/gnome</parameter>: Installs
|
|
<application>Guppi</application> in the
|
|
<application><acronym>GNOME</acronym></application> 1.4 directory
|
|
structure.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Guppi</application> package contains plotting libraries
|
|
and plugins for <application><acronym>GNOME</acronym></application> 1.4.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|