diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-02-16 11:40:14 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-02-16 11:40:14 +0000 |
commit | 56abe41110df3b8c49e7dd538bd753384c0b637c (patch) | |
tree | 3cea4af470cb12be90a55f29ba5067452677e8df /README | |
parent | db4816e5940433fa43e8beaa57e91b0c95f0cb67 (diff) | |
download | nautilus-56abe41110df3b8c49e7dd538bd753384c0b637c.tar.gz |
Update Mozilla requirements. Update the Mozilla milestone names to match
* README: Update Mozilla requirements.
* configure.in: Update the Mozilla milestone names to match the
current Mozilla naming scheme. Add a flag indicating whether the
version of Mozilla we use has profiles support.
* components/mozilla/Makefile.am:
* components/mozilla/nautilus-mozilla-content-view.c:
(pre_widget_initialize):
Add better profile support ifdef hackery.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -213,12 +213,12 @@ Nautilus Mozilla component. This component can be optionally built with Nautilus. It is automatically enabled at configure time if Mozilla development libraries are detected on your system. -Mozilla RPMs can be found here: +The latest Mozilla RPMs that we require can be found here: - http://developer.eazel.com/eazel-hacking/updates/redhat62/mozilla/mozilla-0.7-11.i386.rpm - http://developer.eazel.com/eazel-hacking/updates/redhat62/mozilla/mozilla-devel-0.7-11.i386.rpm +RedHat 6.x: http://developer.eazel.com/eazel-hacking/updates/redhat62/mozilla +RedHat 7.x: http://developer.eazel.com/eazel-hacking/updates/redhat70/mozilla -Replace "redhat62" with "redhat70" if you are using RedHat Linux 7.0. +Currently the minimum Mozilla version we require is Mozilla 0.7. After installing these rpms, you can build nautilus with Mozilla support as follows: |