mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Updated to GAIL-1.8.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4120 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dd535a054f
commit
e8a825ca49
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gail-download-http "http://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-&gail-version;.tar.bz2">
|
||||
<!ENTITY gail-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-&gail-version;.tar.bz2">
|
||||
<!ENTITY gail-md5sum "58a0520361a47634f19ea271f5a5d8aa">
|
||||
<!ENTITY gail-size "549 KB">
|
||||
<!ENTITY gail-buildsize "18.6 MB">
|
||||
<!ENTITY gail-time "0.53 SBU">
|
||||
<!ENTITY gail-md5sum "9e5db197dea8f92eec1f07984f12542a">
|
||||
<!ENTITY gail-size "562 KB">
|
||||
<!ENTITY gail-buildsize "19 MB">
|
||||
<!ENTITY gail-time "0.5 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gail" xreflabel="GAIL-&gail-version;">
|
||||
@ -61,20 +61,25 @@ dependencies</title>
|
||||
<para>Install <application><acronym>GAIL</acronym></application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--disable-gtk-doc &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
<para><application><acronym>GTK</acronym>+</application> will look for the
|
||||
<application><acronym>GAIL</acronym></application> modules in
|
||||
<filename class='directory'>/usr/lib</filename> even if
|
||||
<envar>$GNOME_PREFIX</envar> is <emphasis>NOT</emphasis>
|
||||
<filename class='directory'>/usr</filename>. Create a symlink to
|
||||
<envar>$GNOME_PREFIX</envar> to satisfy this requirement:</para>
|
||||
<filename class='directory'>/usr</filename>. If <envar>$GNOME_PREFIX</envar>
|
||||
is anything other than <filename class='directory'>/usr</filename>, create
|
||||
a symlink to <envar>$GNOME_PREFIX</envar> to satisfy this requirement:</para>
|
||||
|
||||
<screen><userinput><command>ln -sf `pkg-config --variable=prefix ORBit-2.0`/lib/gtk-2.0/modules \
|
||||
/usr/lib/gtk-2.0</command></userinput></screen>
|
||||
<screen><literal>ln -sf `pkg-config --variable=prefix ORBit-2.0`/lib/gtk-2.0/modules \
|
||||
/usr/lib/gtk-2.0</literal></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -82,7 +87,7 @@ make install</command></userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application><acronym>GAIL</acronym></application> package contains
|
||||
<filename class="libraryfile">libgailutil</filename> libraries and
|
||||
the <filename class="libraryfile">libgailutil</filename> library and
|
||||
<application><acronym>GAIL</acronym></application>
|
||||
<application><acronym>GTK</acronym>+</application> modules.</para>
|
||||
|
||||
@ -90,12 +95,11 @@ make install</command></userinput></screen>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libgailutil libraries</title>
|
||||
<para><filename class="libraryfile">libgailutil</filename> libraries provide
|
||||
<sect3><title>libgailutil library</title>
|
||||
<para><filename class="libraryfile">libgailutil</filename> provides
|
||||
the functions that solve accessibility problems in a consistent manner across
|
||||
<application><acronym>GNOME</acronym></application>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user