Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Building

jdapena edited this page May 14, 2012 · 1 revision

Here are some instructions to build iwkmail.

Requirements

Development packages for:

  • autotools (automake 1.9).
  • Gtk+ 3.4
  • GConf 3.2
  • WebKitGtk+ 1.8
  • Libsoup 2.37
  • JSON Glib 0.14
  • Camel 3.4 (available in Evolution Data Server)
  • Gnome Keyring 3.4

Building

This package uses standard build and install using autotools. So, very basic installation procedure would be:

$ autogen.sh

$ make

$ make install

This would install iwkmail in /usr/local so, if you need something different, just pass --prefix to autogen.sh or to configure script.

After this, you can try running iwkmail:

$ iwkmail

Clone this wiki locally