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 12.4 platform.
Download (HTTP): https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz
Download SHA256 Sum: 1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c
Download MD5 sum: 333ad150991097a627755b752b87f9ff
Download size: 1.1 MB
Estimated disk space required: 22 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
Prepare FriBidi by running the following commands:
meson setup build --prefix=/usr --buildtype=release
ninja -C build
To test the results, issue:
ninja -C build test
Now Install, as the root user:
ninja -C build install
is a command-line interface to the
| |
contains functions used to implement the Unicode Bidirectional Algorithm |