Compiling AbiWord on Maemo

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
(Maemo 4.1 - Diablo)
Line 7: Line 7:
* Install the SDK
* Install the SDK
* Install the dev tools
* Install the dev tools
-
* Install the provided dependencies:
+
 
-
  apt-get instal libfribidi-dev librsvg2-dev
+
== Install the provided dependencies ==
-
* Build or install the binaries packages for
+
 
-
# libwmf
+
This should be enough. In scratchbox do:
-
# wv
+
 
 +
  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/
-
* Unpack the source tarball OR checkout from SVN. The later is prefered as for the former, packages will be provided.
+
 
 +
== 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.

Personal tools