mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
9d2dc4e2f5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2324 af4574ff-66df-0310-9fd7-8a98e5e911e0
109 lines
3.6 KiB
XML
109 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnopernicus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.8/gnopernicus-&gnopernicus-version;.tar.bz2">
|
|
<!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.8/gnopernicus-&gnopernicus-version;.tar.bz2">
|
|
<!ENTITY gnopernicus-size "1.5 MB">
|
|
<!ENTITY gnopernicus-buildsize "41 MB">
|
|
<!ENTITY gnopernicus-time "0.69 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
|
|
<?dbhtml filename="gnopernicus.html"?>
|
|
<title>Gnopernicus-&gnopernicus-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Gnopernicus</application></title>
|
|
|
|
<para>
|
|
<application>Gnopernicus</application> enables users with limited vision,
|
|
or no vision, to use the <acronym>GNOME</acronym> desktop and
|
|
applications effectively. It provides a number of features, including
|
|
magnification, focus tracking, braille output, and more.
|
|
</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&gnopernicus-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&gnopernicus-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &gnopernicus-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&gnopernicus-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&gnopernicus-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>Gnopernicus</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>
|
|
<xref linkend="libgnomeui"/>,
|
|
<xref linkend="scrollkeeper"/>,
|
|
<xref linkend="gnome-speech"/> and
|
|
<xref linkend="at-spi"/>
|
|
</para></sect4>
|
|
<sect4><title>Optional</title>
|
|
<para>
|
|
<xref linkend="gtk-doc"/> and
|
|
<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
|
|
</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Gnopernicus</application></title>
|
|
|
|
<para>Install <application>Gnopernicus</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
puts <application>ScrollKeeper</application> files in <filename
|
|
class="directory">/var/lib/scrollkeeper</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Gnopernicus</application> package contains
|
|
<command>brlmonitor</command>,
|
|
<command>gnopernicus</command> and
|
|
<command>srcore</command>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>brlmonitor</title>
|
|
<para><command>brlmonitor</command> is a braille display
|
|
simulator.</para></sect3>
|
|
|
|
<sect3><title>gnopernicus</title>
|
|
<para><command>gnopernicus</command> provides various functionality
|
|
for users with limited vision.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|