AbiWord is a word processor which is useful for writing reports, letters and other formatted documents.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.abisource.com/downloads/abiword/3.0.0/source/abiword-3.0.0.tar.gz
Download MD5 sum: 8d9c41cff3a8fbef8d0c835c65600e65
Download size: 11 MB
Estimated disk space required: 648 MB (84 MB installed)
Estimated build time: 7.3 SBU
AbiWord Docs: http://www.abisource.com/downloads/abiword/3.0.0/source/abiword-docs-3.0.0.tar.gz
AbiWord Docs MD5 sum: 1.5 MB
AbiWord Docs size: ed73d0743a19eb85e46b59464e0ef2bb
Required patch: http://www.linuxfromscratch.org/patches/blfs/svn/abiword-3.0.0-libgcrypt_1_6_0-1.patch
Boost-1.56.0, FriBidi-0.19.6, GOffice-0.10.17, and wv-1.2.9
Aiksaurus, dbus-glib-0.102, evolution-data-server-3.12.5, gobject-introspection-1.40.0, GtkMathView, libchamplain-0.12.8, libgcrypt-1.6.2, libical-1.0, libsoup-2.46.0, libwmf, libwpd, libwpg, libwps, Link Grammar Parser, Loudmouth, Redland-1.0.17, telepathy-glib-0.24.1, OTS Psiconv, and Valgrind-3.10.0
To enable many of the optional dependencies, review the information from ./configure --help for the necessary switches you must pass to the configure script.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/abiword
Install AbiWord by running the following commands:
patch -Np1 -i ../abiword-3.0.0-libgcrypt_1_6_0-1.patch && ./configure --prefix=/usr && make
This program does not come with a functional test suite.
Now, as the root
user:
make install
If you wish to install the local help files, untar and build them first
tar -xf ../abiword-docs-3.0.0.tar.gz && cd abiword-docs-3.0.0 && ./configure --prefix=/usr && make
and then, as the root
user:
make install
--without-evolution-data-server
: This
switch disables AbiWord
Evolution Data Server support
which is known to fail when using recent versions of Evolution Data Server.
--enable-plugins="collab openxml goffice
grammar"
: Build some or all plugins. The openxml plugin
enables Abiword to open some .docx
files. The grammar plugin requires Link Grammar
Parser
Choose the right template for your language and locale from the list produced by the following command:
ls /usr/share/abiword-3.0/templates
Create the folder ~/.AbiSuite/templates
then copy the
normal.awt
you want into it:
install -v -m750 -d ~/.AbiSuite/templates &&
install -v -m640 /usr/share/abiword-3.0/templates/normal.awt-<lang>
\
~/.AbiSuite/templates/normal.awt
Change <lang>
by
the above command to fit the name of the file you want.
If you are using multiple languages, you may need to edit the template to use a font with greater coverage (e.g. one of the DejaVu fonts), because Abiword does not use fontconfig and can only display glyphs that are provided in the chosen font.
Last updated on 2014-08-24 17:36:15 -0700