Compiling AbiWord on Maemo
From AbiWiki
(Difference between revisions)
(→Maemo 4.1 - Diablo) |
|||
Line 7: | Line 7: | ||
* Install the SDK | * Install the SDK | ||
* Install the dev tools | * Install the dev tools | ||
- | + | ||
- | apt-get instal libfribidi-dev librsvg2-dev | + | == Install the provided dependencies == |
- | + | ||
- | + | This should be enough. In scratchbox do: | |
- | + | ||
+ | apt-get instal libfribidi-dev librsvg2-dev lib-gsf-1-gnome-dev | ||
+ | |||
+ | (you need to do it for each targets. | ||
+ | |||
+ | == Build or install other dependencies == | ||
+ | |||
+ | You need libwmf and wv (the former needed by the later). | ||
+ | |||
+ | === From source === | ||
+ | |||
+ | Installing libwmf require gsfonts (TODO: fix that, it is big) | ||
+ | |||
+ | dpkg-buildpackage -rfakeroot | ||
+ | |||
+ | === From binaries === | ||
+ | |||
The binaries will be available from https://garage.maemo.org/projects/abiword/ | The binaries will be available from https://garage.maemo.org/projects/abiword/ | ||
- | + | ||
+ | == building AbiWord == | ||
+ | |||
+ | Unpack the source tarball OR checkout from SVN. The later is prefered as for the former, packages will be provided. | ||
[[Category:Developer]] | [[Category:Developer]] |
Revision as of 18:41, 29 May 2009
Building AbiWord on Maemo.
This page is work in progress.
Contents |
Maemo 4.1 - Diablo
- Install the SDK
- Install the dev tools
Install the provided dependencies
This should be enough. In scratchbox do:
apt-get instal libfribidi-dev librsvg2-dev lib-gsf-1-gnome-dev
(you need to do it for each targets.
Build or install other dependencies
You need libwmf and wv (the former needed by the later).
From source
Installing libwmf require gsfonts (TODO: fix that, it is big)
dpkg-buildpackage -rfakeroot
From binaries
The binaries will be available from https://garage.maemo.org/projects/abiword/
building AbiWord
Unpack the source tarball OR checkout from SVN. The later is prefered as for the former, packages will be provided.