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.7 platform.
Download (HTTP): http://www.abisource.com/downloads/abiword/3.0.1/source/abiword-3.0.1.tar.gz
Download MD5 sum: f3f8052e7b4979a43b75775a381e6cb8
Download size: 11 MB
Estimated disk space required: 575 MB -additional 13 MB for docs (73 MB installed - additional 3.1 MB for docs)
Estimated build time: 7.7 SBU - additional 0.5 SBU for docs
AbiWord Docs: http://www.abisource.com/downloads/abiword/3.0.1/source/abiword-docs-3.0.1.tar.gz
AbiWord Docs MD5 sum: c9b78cb5f9c415ed63ce1cf9874fa8a4
AbiWord Docs size: 1.5
Boost-1.57.0, FriBidi-0.19.6, GOffice-0.10.20, and wv-1.2.9
dbus-glib-0.104, gobject-introspection-1.42.0, libgcrypt-1.6.2, libical-1.0.1, libsoup-2.48.1, Redland-1.0.17, Valgrind-3.10.1. Aiksaurus, Evolution Data Server, GtkMathView, libchamplain, libwmf, libwpd, libwpg, libwps, Link Grammar Parser, Loudmouth, Telepathy GLib, OTS, and Psiconv
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:
./configure --prefix=/usr && make
This program does not come with a functional test suite.
Now, as the root
user:
make install
In order to install the local help files, a graphics session is recommended.
If you wish to install the local help files, untar and build them first:
tar -xf ../abiword-docs-3.0.1.tar.gz && cd abiword-docs-3.0.1 && ./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.
If you have desktop-file-utils-0.22 installed, you should run the update-desktop-database command to update the mimeinfo cache and allow the Help system to work.
If you have xdg-utils-1.1.0-rc3 installed, you should run the xdg-icon-resource forceupdate --theme hicolor command, for the installed icon to be displayed in the menu item.
Last updated on 2015-03-02 19:42:44 -0800