%general-entities; ]> $LastChangedBy$ $Date$ FriBidi-&fribidi-version; FriBidi 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. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &fribidi-md5sum; Download size: &fribidi-size; Estimated disk space required: &fribidi-buildsize; Estimated build time: &fribidi-time; FriBidi Dependencies Optional User Notes: 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 Installed Library Installed Directory fribidi libfribidi.so /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 libfribidi.so contains functions used to implement the Unicode Bidirectional Algorithm. libfribidi.so