glfs/archive/gnome/seed.xml
Krejzi 411e760db9 Removal of GNOME, part 1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11232 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-06-01 12:18:39 +00:00

184 lines
4.7 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 seed-download-http "&gnome-download-http;/seed/3.2/seed-&seed-version;.tar.xz">
<!ENTITY seed-download-ftp "&gnome-download-ftp;/seed/3.2/seed-&seed-version;.tar.xz">
<!ENTITY seed-md5sum "792ac48542019bd14f8d639a9e401c0a">
<!ENTITY seed-size "667 KB">
<!ENTITY seed-buildsize "13 MB">
<!ENTITY seed-time "0.1 SBU">
]>
<sect1 id="seed" xreflabel="Seed-&seed-version;">
<?dbhtml filename="seed.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Seed-&seed-version;</title>
<indexterm zone="seed">
<primary sortas="a-Seed">Seed</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Seed</title>
<para>
<application>Seed</application> is a JavaScript interpreter.
</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&seed-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&seed-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &seed-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &seed-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &seed-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &seed-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Seed Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnome-js-common"/>,
<xref linkend="gobject-introspection"/> and
<xref linkend="webkitgtk"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/seed"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Seed</title>
<para>
Install <application>Seed</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
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="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
seed
</seg>
<seg>
libseed-gtk3.so
</seg>
<seg>
/usr/include/seed-gtk3,
/usr/lib/seed-gtk3,
/usr/share/doc/seed,
/usr/share/gtk-doc/html/seed and
/usr/share/seed-gtk3
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="seed-prog">
<term><command>seed</command></term>
<listitem>
<para>
is the command line JavaScript interpreter.
</para>
<indexterm zone="seed seed-prog">
<primary sortas="b-seed">seed</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libseed-gtk3">
<term><filename class="libraryfile">libseed-gtk3.so</filename></term>
<listitem>
<para>
contains the <application>Seed</application> API functions.
</para>
<indexterm zone="seed libseed-gtk3">
<primary sortas="c-libseed-gtk3">libseed-gtk3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>