Abiword
From CBLFS
Jump to navigationJump to searchDownload 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. |