FriBidi-0.19.6

Introduction to FriBidi

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.

Package Information

FriBidi Dependencies

Optional

GLib-2.38.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/fribidi

Installation of 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

Command Explanations

sed -i ...: These commands fix two header files if GLib-2 is linked into the build.

Contents

Installed Program: fribidi
Installed Library: libfribidi.so
Installed Directory: /usr/include/fribidi

Short Descriptions

fribidi

is a command-line interface to the libfribidi library and can be used to convert a logical string to visual output.

libfribidi.so

contains functions used to implement the Unicode Bidirectional Algorithm.

Last updated on 2014-02-22 22:57:48 -0800