Abiword: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
Weibullguy (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
{|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 62: | ||
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 75: | ||
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 88: | ||
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} && | ||
Revision as of 20:06, 18 November 2007
| Download Source: | http://www.abisource.com/downloads/abiword/2.4.6/source/abiword-2.4.6.tar.gz |
|---|
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. |