Evolution Data Server: Difference between revisions
No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/ | | http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/{{Evolution Data Server-Version2}}/evolution-data-server-{{Evolution Data Server-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
Line 12: | Line 14: | ||
* [[libgnomeui]] | * [[libgnomeui]] | ||
* [[libsoup]] | * [[libsoup]] | ||
* [[libical]] | |||
=== Recommended === | === Recommended === | ||
* [[NSS]] | * [[NSS]] | ||
* [[Berkeley DB]] | |||
* [[libGWeather]] | |||
=== Optional === | === Optional === | ||
* [[OpenLDAP]] | * [[OpenLDAP]] | ||
* | * a MTA | ||
* [[MIT krb5]] or [[Heimdal]] | * [[MIT krb5]] or [[Heimdal]] | ||
* [[kdb4]] | * [[kdb4]] | ||
Line 23: | Line 28: | ||
* [[GNOME Keyring]] | * [[GNOME Keyring]] | ||
== | == Configuration Information == | ||
If you would like to link against [[OpenLDAP]] pass the following to configure: | If you would like to link against [[OpenLDAP]] pass the following to configure: | ||
Line 32: | Line 37: | ||
--enable-gnome-keyring=yes | --enable-gnome-keyring=yes | ||
If you would like to build the documentation pass the following to configure: | |||
--enable-gtk-doc | |||
By default evolution-data-server links statically to a private local copy of libdb. If you would like to link dynamically to a pre-installed copy of berkeley DB (strongly recommended) then pass the follwoing to configure: | |||
--with-libdb | |||
If you have Krb5 installed and would like to compile with Kerberos 5 support then pass the following to configure: | |||
--with-krb5=/usr | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 38: | Line 55: | ||
./configure --prefix=${GNOME_PREFIX} \ | ./configure --prefix=${GNOME_PREFIX} \ | ||
--libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1. | --libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1.2 \ | ||
--enable-nntp | --enable-nntp --enable-smime \ | ||
--with-nspr-includes=/usr/include/nspr \ | --with-nspr-includes=/usr/include/nspr \ | ||
--with-nss-includes=/usr/include/nss && | --with-nss-includes=/usr/include/nss \ | ||
--with-nspr-libs=/usr/lib/nspr \ | |||
--with-nss-libs=/usr/lib/nss && | |||
make | make | ||
Line 56: | Line 75: | ||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ | ||
./configure --prefix=${GNOME_PREFIX} \ | ./configure --prefix=${GNOME_PREFIX} \ | ||
--libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1. | --libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1.2 \ | ||
--enable-nntp | --enable-nntp --enable-smime \ | ||
--with-nspr-includes=/usr/include/nspr \ | --with-nspr-includes=/usr/include/nspr \ | ||
--with-nss-includes=/usr/include/nss && | --with-nss-includes=/usr/include/nss \ | ||
--with-nspr-libs=/usr/lib/nspr \ | |||
--with-nss-libs=/usr/lib/nss && | |||
make | make | ||
Line 72: | Line 93: | ||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ | ||
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 \ | ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 \ | ||
--libexecdir=${GNOME_PREFIX}/lib32/evolution-data-server-1. | --libexecdir=${GNOME_PREFIX}/lib32/evolution-data-server-1.2 \ | ||
--enable-nntp | --enable-nntp --enable-smime \ | ||
--with-nspr-includes=/usr/include/nspr \ | --with-nspr-includes=/usr/include/nspr \ | ||
--with-nss-includes=/usr/include/nss && | --with-nss-includes=/usr/include/nss \ | ||
--with-nspr-libs=/usr/lib32/nspr \ | |||
--with-nss-libs=/usr/lib32/nss && | |||
make | make | ||
Line 88: | Line 111: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ | ||
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 \ | ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 \ | ||
--libexecdir=${GNOME_PREFIX}/lib64/evolution-data-server-1. | --libexecdir=${GNOME_PREFIX}/lib64/evolution-data-server-1.2 \ | ||
--enable-nntp | --enable-nntp --enable-smime \ | ||
--with-nspr-includes=/usr/include/nspr \ | --with-nspr-includes=/usr/include/nspr \ | ||
--with-nss-includes=/usr/include/nss && | --with-nss-includes=/usr/include/nss \ | ||
--with-nspr-libs=/usr/lib64/nspr \ | |||
--with-nss-libs=/usr/lib64/nss && | |||
make | make | ||
Latest revision as of 10:33, 21 April 2010
Download Source: | http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.32/evolution-data-server-2.32.1.tar.bz2 |
---|
Introduction to Evolution Data Server
Project Homepage: Unknown
Dependencies
Required
Recommended
Optional
- OpenLDAP
- a MTA
- MIT krb5 or Heimdal
- kdb4
- Gtk-Doc
- DocBook Utils
- GNOME Keyring
Configuration Information
If you would like to link against OpenLDAP pass the following to configure:
--with-openldap=yes
If you would like to link against GNOME Keyring pass the following to configure:
--enable-gnome-keyring=yes
If you would like to build the documentation pass the following to configure:
--enable-gtk-doc
By default evolution-data-server links statically to a private local copy of libdb. If you would like to link dynamically to a pre-installed copy of berkeley DB (strongly recommended) then pass the follwoing to configure:
--with-libdb
If you have Krb5 installed and would like to compile with Kerberos 5 support then pass the following to configure:
--with-krb5=/usr
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} \ --libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1.2 \ --enable-nntp --enable-smime \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss \ --with-nspr-libs=/usr/lib/nspr \ --with-nss-libs=/usr/lib/nss && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=${GNOME_PREFIX} \ --libexecdir=${GNOME_PREFIX}/lib/evolution-data-server-1.2 \ --enable-nntp --enable-smime \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss \ --with-nspr-libs=/usr/lib/nspr \ --with-nss-libs=/usr/lib/nss && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 \ --libexecdir=${GNOME_PREFIX}/lib32/evolution-data-server-1.2 \ --enable-nntp --enable-smime \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss \ --with-nspr-libs=/usr/lib32/nspr \ --with-nss-libs=/usr/lib32/nss && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 \ --libexecdir=${GNOME_PREFIX}/lib64/evolution-data-server-1.2 \ --enable-nntp --enable-smime \ --with-nspr-includes=/usr/include/nspr \ --with-nss-includes=/usr/include/nss \ --with-nspr-libs=/usr/lib64/nspr \ --with-nss-libs=/usr/lib64/nss && make
Install the package
make install