Evolution: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 23: | Line 23: | ||
=== Optional === | === Optional === | ||
* [[OpenLDAP]] | * [[OpenLDAP]] | ||
* [[ | * [[D-BUS Glib]] | ||
* [[HAL]] | * [[HAL]] | ||
* [[MIT krb5]] or [[Heimdal]] | * [[MIT krb5]] or [[Heimdal]] | ||
Revision as of 09:36, 23 December 2006
| Download Source: | http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.30/evolution-2.30.1.tar.bz2 |
|---|
Evolution is a PIM
Introduction to Evolution
The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME-2 environment.
Dependencies
Required
Recommended
- NSS or (Firefox or Thunderbird or SeaMonkey or Mozilla)
Optional
- OpenLDAP
- D-BUS Glib
- HAL
- MIT krb5 or Heimdal
- krb4
- GNOME Pilot Conduits
- GNOME Spell
- NetworkManager
- libnotify
- Mono
- Gstreamer
- Gtk-Doc
- DocBook Utils
Configuration Information
If you would like to build against OpenLDAP pass the following to configure:
--with-openldap=yes
If you would like to build against GNOME Pilot Conduits pass the following to configure:
--enable-pilot-conduits=yes
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
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./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
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib32 \
--libdir=${GNOME_PREFIX}/lib32 --enable-nntp --enable-nss \
--enable-smime &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib64 \
--libdir=${GNOME_PREFIX}/lib64 --enable-nntp --enable-nss \
--enable-smime &&
make
Install the package:
make install