mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
cfc1f98155
mercurial-5.5.1 php-7.4.10 gspell-1.8.4 amtk-5.1.2 gtk+-3.24.23 at-spi2-core-2.36.1 gnutls-3.6.15 xfsprogs-5.8.0 js-68.12.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23681 af4574ff-66df-0310-9fd7-8a98e5e911e0
172 lines
4.8 KiB
XML
172 lines
4.8 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 gspell-site "ftp.gnome.org/pub/gnome/sources/gspell/1.8" >
|
|
|
|
<!ENTITY gspell-download-http "https://&gspell-site;/gspell-&gspell-version;.tar.xz">
|
|
<!ENTITY gspell-download-ftp "ftp://&gspell-site;/gspell-&gspell-version;.tar.xz">
|
|
<!ENTITY gspell-md5sum "378dee938c08c24b559953cbcad83942">
|
|
<!ENTITY gspell-size "414 KB">
|
|
<!ENTITY gspell-buildsize "13 MB (with tests)">
|
|
<!ENTITY gspell-time "0.1 SBU (using parallelism=4; with tests)">
|
|
]>
|
|
|
|
<sect1 id="gspell" xreflabel="gspell-&gspell-version;">
|
|
<?dbhtml filename="gspell.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gspell-&gspell-version;</title>
|
|
|
|
<indexterm zone="gspell">
|
|
<primary sortas="a-gspell">gspell</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gspell</title>
|
|
|
|
<para>
|
|
The <application>gspell</application> package provides a flexible API to
|
|
add spell checking to a GTK+ application.
|
|
</para>
|
|
|
|
&lfs10_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&gspell-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&gspell-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &gspell-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &gspell-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &gspell-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &gspell-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">gspell Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="enchant"/> and
|
|
<xref linkend="gtk3"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="iso-codes"/>,
|
|
<xref linkend="vala"/>, and
|
|
<xref linkend="valgrind"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/gspell"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gspell</title>
|
|
|
|
<para>
|
|
Install <application>gspell</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>. One test,
|
|
test-checker,
|
|
is known to fail if the external package
|
|
<ulink url="http://hunspell.github.io/">Hunspell</ulink> is not installed.
|
|
The tests also must be run in an X session.
|
|
</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 Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gspell-app1</seg>
|
|
<seg>libgspell-1.so</seg>
|
|
<seg>/usr/include/gspell-1 and
|
|
/usr/share/gtk-doc/html/gspell-1.0</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gspell-app1">
|
|
<term><command>gspell-app1</command></term>
|
|
<listitem>
|
|
<para>
|
|
checks the spelling of a text entered in a window.
|
|
</para>
|
|
<indexterm zone="gspell gspell-app1">
|
|
<primary sortas="b-gspell-app1">gspell-app1</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgspell">
|
|
<term><filename class="libraryfile">libgspell-1.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>gspell</application> API library.
|
|
</para>
|
|
<indexterm zone="gspell libgspell">
|
|
<primary sortas="c-libgspell">libgspell-1.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
</sect1>
|