Difference between revisions of "FriBidi"

From CBLFS
Jump to navigationJump to search
m (package no longer provides fribidi-config file - employs pkgconfig instead)
 
Line 7: Line 7:
 
----
 
----
  
{{Blank-Package-Introduction}}
+
{{Package-Introduction|GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi).|http://fribidi.org/}}
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 17:49, 20 September 2009

Download Source: http://fribidi.org/download/fribidi-0.19.2.tar.gz

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.