Steps to building Seahorse in a scratchbox environment.

This document assumes you already have a working scratchbox installation. If not go here.

  • Install gnome-common libxslt from GNOME svn
  • Install things that aren't yet packaged

apt-get install docbook-xml libxml2-utils xsltproc gtk-doc-tools

wget http://ftp.gnome.org/pub/gnome/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.gz
tar xfzv scrollkeeper-0.3.14.tar.gz
cd scrollkeeper-0.3.14
make && make install

wget http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/0.12/gnome-doc-utils-0.12.0.tar.gz
tar xfzv sgnome-doc-utils-0.12.0.tar.gz
cd gnome-doc-utils-0.12.0.tar.gz
make && make install

* Install ORBit libbonobo libgnome-2.0 libgnomeui-2.0

Apps/Seahorse/Maemo/Build (last edited 2013-11-19 17:27:10 by WilliamJonMcCann)