Difference between revisions of "Evolution"
From CBLFS
Jump to navigationJump to searchLine 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]]) | |
− | *[[ | + | === 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 == | ||
− | + | Compile the package: | |
− | ./configure --prefix=/ | + | ./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
Recommended
- NSS or (Firefox or Thunderbird or SeaMonkey or Mozilla)
Optional
- OpenLDAP
- DBUS
- HAL
- MIT Krb5 or Heimdal
- krb4
- GNOME Pilot Conduits
- GNOME Spell
- NetworkManager
- libnotify
- Mono
- Gstreamer
- Gtk-Doc
- DocBook Utils
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