Ignore:
Timestamp:
01/11/2013 04:30:13 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4cd0833
Parents:
fa3b9b3
Message:

Added commands to the Fribidi instructions so that it will link against the GLib-2 library

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10932 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fribidi.xml

    rfa3b9b3 racd0ce7  
    9191    </para>
    9292
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>sed -i "s|glib/gstrfuncs\.h|glib.h|" charset/fribidi-char-sets.c &amp;&amp;
     94sed -i "s|glib/gmem\.h|glib.h|"      lib/mem.h                   &amp;&amp;
     95./configure --prefix=/usr                                        &amp;&amp;
    9496make</userinput></screen>
    9597
     
    103105
    104106<screen role="root"><userinput>make install</userinput></screen>
     107  </sect2>
    105108
     109  <sect2 role="commands">
     110    <title>Command Explanations</title>
     111
     112    <para><command>sed -i ...</command>: These commands fix two header files if
     113    <application>GLib-2</application> is linked into the build.</para>
     114
     115    <para><option>--with-glib=yes</option>: Add this option to the
     116    <command>configure</command> script so that the build will link against the
     117    <application>GLib-2</application> library.</para>
    106118  </sect2>
    107119
Note: See TracChangeset for help on using the changeset viewer.