diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-15 08:00:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-15 08:00:36 +0800 |
commit | e8d02483a8de59136aebe9fe277677d045cd10f4 (patch) | |
tree | 3b72457330ac2dea41bc92357bfb6fb486f788a6 /README | |
parent | fcd45ee224da7408c098b65e47d51a8711d56b07 (diff) | |
download | gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar.gz gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar.bz2 gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar.lz gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar.xz gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.tar.zst gsoc2013-evolution-e8d02483a8de59136aebe9fe277677d045cd10f4.zip |
Updated.
* README: Updated.
* configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1.
svn path=/trunk/; revision=14723
Diffstat (limited to 'README')
-rw-r--r-- | README | 46 |
1 files changed, 12 insertions, 34 deletions
@@ -124,8 +124,6 @@ and -devel packages for each library. *** "--disable-more-warnings" when configure, or it may fail to *** build. - - gconf - 0.6 or later. - - gnome-vfs - 1.0.0 or later (If you get this from GNOME CVS, use the tag "gnome-vfs-1-0") @@ -141,9 +139,9 @@ and -devel packages for each library. *** either gnome-libs or evolution for the Makefiles to work *** properly. - - gal (GNOME Application Library) - 0.11.99.2 or later + - gal (GNOME Application Library) - 0.18.1 or later - - gtkhtml - later than 0.11.0 + - gtkhtml - later than 0.16.1 Other non-GNOME Dependencies: @@ -215,35 +213,15 @@ You'll need to `cp ~/.mozilla/default/*.db ~/evolution` on you've installed Evolution in order to get a functional SSL-enabled Evolution. +WARNING: Evolution also comes with OpenSSL support +(--with-openssl-libs and --with-openssl-includes), but it's not very +well tested, and quite unstable at this point. It is recommended that +you use the NSPR-based SSL support instead. -SOURCE TREE LAYOUT ------------------- -addressbook: the Address Book UI -art: graphics used by evolution -calendar: the Calendar UI -camel: libcamel, a messaging library used by the mailer. - Camel is inspired by Sun's JavaMail - (http://java.sun.com/products/javamail/) and the - IMAPv4 spec (RFC 2060). -composer: the message composer UI -data: the .desktop file for Evolution -default_user: initial Evolution config files for new users -devel-docs: entirely inadequate documentation -doc: more adequate documentation -e-util: utility code used by various parts of Evolution -filter: libfilter, a mail filtering library -libibex: an indexing library used by the mailer -libical: a library for the iCalendar format (RFC 2445-2446) -libversit: a library for the vCard (RFC 2425-2426) and vCalendar - (http://www.imc.org/pdi/vcal-10.txt) formats -mail: the mail display UI -shell: the Evolution shell (the main program that launches - the other components) -tests: some test programs -tools: utilities, notably "killev", a script to kill of all - of the Evolution components -widgets: widgets used by Evolution, including the shortcut bar -wombat: Has source code that will load in the addressbook - and calendar backend, and will form the server - process we'll be using +NEWSGROUP (NNTP) SUPPORT +------------------------ + +Experimental support for NNTP is enabled if you use the --enable-nntp +configure option, but it's currently unmaintained and highly unstable +and experimental. |