Difference between revisions of "Evolution"

From CBLFS
Jump to navigationJump to search
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 13: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

Recommended

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