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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz
MD5 校验和:333ad150991097a627755b752b87f9ff
大小:1.1 MB
预计所需磁盘空间:22 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
Install FriBidi by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
|
is a command-line interface to the |
|
|
contains functions used to implement the Unicode Bidirectional Algorithm |