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.5 platform.
Download (HTTP): http://fribidi.org/download/fribidi-0.19.6.tar.bz2
Download MD5 sum: ce93d862344991173dabb609bf93ca1d
Download size: 625 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.
is a command-line interface to the |
|
contains functions used to implement the Unicode Bidirectional Algorithm. |
Last updated on 2014-02-22 22:57:48 -0800