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-10.1 platform.
Download (HTTP): https://github.com/fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz
Download MD5 sum: 1b767c259c3cd8e0c8496970f63c22dc
Download size: 1.1 MB
Estimated disk space required: 21 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/fribidi
Install FriBidi by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
is a command-line interface to the |
|
contains functions used to implement the Unicode Bidirectional Algorithm |
Last updated on 2021-02-21 13:05:24 -0600