Evolution: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
== Dependencies ==
== Dependencies ==


*[[Evolution Data Server]]
=== Required ===
*[[GtkHTML]]
* [[Evolution Data Server]]
 
* [[GtkHTML]]
== Optional ==
=== Recommended ===
 
* [[NSS]] or ([[Firefox]] or [[Thunderbird]] or [[SeaMonkey]] or [[Mozilla]])
*[[gstreamer]]
=== Optional ===
*[[Gtk-Doc]]
* [[OpenLDAP]]
* [[DBUS]]
* [[HAL]]
* [[MIT Krb5]] or [[Heimdal]]
* [[krb4]]
* [[GNOME Pilot Conduits]]
* [[GNOME Spell]]
* [[NetworkManager]]
* [[libnotify]]
* [[Mono]]
* [[Gstreamer]]
* [[Gtk-Doc]]
* [[DocBook Utils]]


== Non-Multilib  ==
== Non-Multilib  ==


Build
Compile the package:


  ./configure --prefix=/usr &&
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
    --enable-nntp --enable-nss --enable-smime &&
  make
  make


Install
Install the package:


  make install
  make install

Revision as of 12:19, 13 November 2006

Download Source: http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.8/evolution-2.8.1.tar.bz2

Evolution is a PIM


Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
    --enable-nntp --enable-nss --enable-smime &&
make

Install the package:

make install