Difference between revisions of "FriBidi"
From CBLFS
Jump to navigationJump to search (I added the package description from BLFS.) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
− | |- | + | |-valign="top" |
!Download Source: | !Download Source: | ||
− | | http://fribidi.org/download/fribidi- | + | | http://fribidi.org/download/fribidi-{{FriBidi-Version}}.tar.gz |
|} | |} | ||
---- | ---- | ||
− | + | {{Package-Introduction|GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi).|http://fribidi.org/}} | |
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 30: | Line 28: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr && |
make | make | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | + | ||
=== N32 === | === N32 === | ||
Line 42: | Line 40: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" ./configure --prefix=/usr \ |
--libdir=/usr/lib32 && | --libdir=/usr/lib32 && | ||
make | make | ||
Line 48: | Line 46: | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | |||
=== 64Bit === | === 64Bit === | ||
Line 55: | Line 52: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr \ |
--libdir=/usr/lib64 && | --libdir=/usr/lib64 && | ||
make | make | ||
Line 61: | Line 58: | ||
Install the package | Install the package | ||
− | make install | + | make install |
− | + | ||
− | + | = Contents = | |
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! Installed Programs: | ||
+ | | fribidi | ||
+ | |-valign="top" | ||
+ | ! Installed Libraries: | ||
+ | | libfribidi.{so,a} | ||
+ | |-valign="top" | ||
+ | ! Installed Directories: | ||
+ | | /usr/include/fribidi | ||
+ | |} | ||
+ | |||
+ | === Short Descriptions === | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! fribidi | ||
+ | | is a command-line interface to the libfribidi library and can be used to convert a logical string to visual output. | ||
+ | |-valign="top" | ||
+ | ! libfribidi.{so,a} | ||
+ | | contains functions used to implement the [http://www.unicode.org/reports/tr9/ Unicode Bidirectional Algorithm]. | ||
+ | |} | ||
+ | |||
+ | [[Category:Graphics Libraries]] |
Latest revision as of 16:49, 20 September 2009
Download Source: | http://fribidi.org/download/fribidi-0.19.2.tar.gz |
---|
Contents
Introduction to FriBidi
GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi).
Project Homepage: http://fribidi.org/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Programs: | fribidi |
---|---|
Installed Libraries: | libfribidi.{so,a} |
Installed Directories: | /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. |
---|---|
libfribidi.{so,a} | contains functions used to implement the Unicode Bidirectional Algorithm. |