Author: randy
Date: 2013-01-10 21:30:13 -0700 (Thu, 10 Jan 2013)
New Revision: 10932
Modified:
trunk/BOOK/general/graphlib/fribidi.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added commands to the Fribidi instructions so that it will link against the
GLib-2 library
Modified: trunk/BOOK/general/graphlib/fribidi.xml
===================================================================
--- trunk/BOOK/general/graphlib/fribidi.xml 2013-01-11 00:25:50 UTC (rev
10931)
+++ trunk/BOOK/general/graphlib/fribidi.xml 2013-01-11 04:30:13 UTC (rev
10932)
@@ -90,7 +90,9 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>sed -i "s|glib/gstrfuncs\.h|glib.h|"
charset/fribidi-char-sets.c &&
+sed -i "s|glib/gmem\.h|glib.h|" lib/mem.h &&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>
@@ -102,7 +104,17 @@
</para>
<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><command>sed -i ...</command>: These commands fix two header files if
+ <application>GLib-2</application> is linked into the build.</para>
+
+ <para><option>--with-glib=yes</option>: Add this option to the
+ <command>configure</command> script so that the build will link against the
+ <application>GLib-2</application> library.</para>
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2013-01-11 00:25:50 UTC
(rev 10931)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2013-01-11 04:30:13 UTC
(rev 10932)
@@ -48,6 +48,10 @@
<para>January 11th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[Randy] - Added commands to the Fribidi instructions so that it
+ will link against the GLib-2 library.</para>
+ </listitem>
+ <listitem>
<para>[Randy] - Added dependencies to the yasm instructions.</para>
</listitem>
</itemizedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page