Contents
Short Descriptions
is a command-line interface to the |
|
contains functions used to implement the Unicode Bidirectional Algorithm. |
The FriBidi package is an implementation of the Unicode Bidirectional Algorithm (BIDI). This is useful for supporting Arabic and Hebrew alphabets in other packages.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://fribidi.org/download/fribidi-0.19.5.tar.bz2
Download MD5 sum: 925bafb97afee8a2fc2d0470c072a155
Download size: 612 KB
Estimated disk space required: 6.5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/fribidi
Install FriBidi by running the following commands:
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
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i ...: These commands fix two header files if GLib-2 is linked into the build.
--with-glib=yes
: Add this option to the
configure script so
that the build will link against the GLib-2 library.
is a command-line interface to the |
|
contains functions used to implement the Unicode Bidirectional Algorithm. |
Last updated on 2013-08-25 13:35:12 -0700