Difference between revisions of "Abiword"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[FriBidi]] | ||
=== Recommended === | === Recommended === | ||
Line 31: | Line 32: | ||
{|style="text-align: left;" | {|style="text-align: left;" | ||
|- | |- | ||
− | |--enable-gnome | + | |<i>--enable-gnome</i>: Turn on GNOME support. |
|- | |- | ||
− | |--enable-embedded | + | |<i>--enable-embedded</i>: Include embedded features. |
|- | |- | ||
− | |--with-ImageMagick=DIR Use ImageMagick in DIR | + | |<i>--with-ImageMagick=DIR</i>: Use ImageMagick in DIR. |
|- | |- | ||
− | |--with-libxml2 | + | |<i>--with-libxml2</i>: Force use of libxml2. |
|- | |- | ||
− | |--with-expat | + | |<i>--with-expat</i>: Force use of expat. |
|} | |} | ||
Line 62: | Line 63: | ||
Compile the package: | Compile the package: | ||
+ | cd abi && | ||
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
Line 74: | Line 76: | ||
Compile the package: | Compile the package: | ||
+ | cd abi && | ||
USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
Line 86: | Line 89: | ||
Compile the package: | Compile the package: | ||
+ | cd abi && | ||
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
Line 118: | Line 122: | ||
|is a program to convert ttf fonts to other formats. | |is a program to convert ttf fonts to other formats. | ||
|} | |} | ||
+ | |||
+ | [[Category:Office_Suites]] |
Latest revision as of 08:15, 23 September 2008
Download Source: | http://www.abisource.com/downloads/abiword/2.4.6/source/abiword-2.4.6.tar.gz |
---|
Contents
Introduction to Abiword
AbiWord is a free word processing program.
Project Homepage: http://www.abisource.com/
Dependencies
Required
Recommended
Optional
Configuration Information
--enable-gnome: Turn on GNOME support. |
--enable-embedded: Include embedded features. |
--with-ImageMagick=DIR: Use ImageMagick in DIR. |
--with-libxml2: Force use of libxml2. |
--with-expat: Force use of expat. |
Non-Multilib
Compile the package:
cd abi && ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
cd abi && USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
N32
Compile the package:
cd abi && USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
64Bit
Compile the package:
cd abi && USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | abiword, ttffont |
Installed Libraries: | None |
Short Descriptions
abiword | is a word processor. |
---|---|
ttffont | is a program to convert ttf fonts to other formats. |