diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-13 09:32:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-13 09:32:27 +0800 |
commit | c807d96e58f7a4c6c2c306f6da26a63b608f840b (patch) | |
tree | 3fa271fe35ef9e12351aa71220c1d89992abc187 | |
parent | b1f9622c1aadb6483aacde2bf3548158932f512a (diff) | |
download | gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar.gz gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar.bz2 gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar.lz gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar.xz gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.tar.zst gsoc2013-evolution-c807d96e58f7a4c6c2c306f6da26a63b608f840b.zip |
Rearranged some of the dependencies to try to get them into a more correct
2001-03-12 Jeffrey Stedfast <fejj@ximian.com>
* README: Rearranged some of the dependencies to try to get them
into a more correct order (needed for people building all of these
packages by hand).
svn path=/trunk/; revision=8660
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2001-03-12 Jeffrey Stedfast <fejj@ximian.com> + + * README: Rearranged some of the dependencies to try to get them + into a more correct order (needed for people building all of these + packages by hand). + 2001-03-12 JP Rosevear <jpr@ximian.com> * README: Update @@ -117,6 +117,8 @@ and -devel packages for each library. *** "--disable-more-warnings" when configure, or it may fail to *** build. + - gconf - 0.6 or later. + - gnome-vfs - 0.4.2 or later. (If you get this from GNOME CVS, use the tag "gnome-vfs-1") @@ -124,6 +126,8 @@ and -devel packages for each library. *** "--disable-more-warnings" when configuring, or it may fail to *** build. + - libglade (*) + - bonobo - 0.37 or later *** Note that bonobo must be installed with the same --prefix as @@ -133,14 +137,10 @@ and -devel packages for each library. - libunicode - 0.4 or later, available from http://www.pango.org/download.shtml - - gconf - 0.6 or later - - gal (GNOME Application Library) - 0.5.99.5 or later - gtkhtml - 0.8.2 or later - - libglade (*) - If you want support for PalmPilot syncing (currently experimental so please back up your pilot) you will also need to do the following: |