FriBidi-0.10.7

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.

Package Information

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

Installation of FriBidi

Install FriBidi by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: fribidi and fribidi-config
Installed Library: libfribidi.{so,a}
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.

fribidi-config

is used to acquire information about the installed libfribidi library.

libfribidi.{so,a}

contains functions used to implement the Unicode Bidirectional Algorithm.

Last updated on 2007-01-18 13:38:19 -0600