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-8.2 platform.
Download (HTTP): https://github.com/fribidi/fribidi/releases/download/v1.0.1/fribidi-1.0.1.tar.bz2
Download MD5 sum: 43dc37bd95551d69a7b04c05f1d95721
Download size: 2.0 MB
Estimated disk space required: 21 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
|
is a command-line interface to the |
|
|
contains functions used to implement the Unicode Bidirectional Algorithm. |
Last updated on 2018-02-21 12:57:53 -0800