summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-10-16 19:34:51 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-10-16 19:34:51 +0000
commit9eaa3a34debba0a5f6c4f339066f16e8a87dccc9 (patch)
tree79d62a221c31db067d1e2008e9250af339ecb6d6 /README
parentef1386c4e3c13b8681760d56ae4721a6cf14e8b1 (diff)
downloadnautilus-9eaa3a34debba0a5f6c4f339066f16e8a87dccc9.tar.gz
Update docs for the fact that we now require Mozilla-M18.
* README: Update docs for the fact that we now require Mozilla-M18. * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_content_view_one_time_happenings), (nautilus_mozilla_content_view_initialize), (nautilus_mozilla_content_view_destroy), (mozilla_load_location_callback), (mozilla_net_state_callback), (mozilla_dom_mouse_click_callback), (mozilla_translate_uri_if_needed), (mozilla_untranslate_uri_if_needed): Cleanup a bunch of pre Mozilla M18 code. Turn of a rogue printf. Remove the cut-n-pasted Bonobo merging code. We can add it back if we ever have something we really need to merge. * configure.in: Update for new Mozilla M18 requirement. Bail of detected Mozilla is not M18. * nautilus.spec.in: Add mozilla-m18 dependency to the nautilus-mozilla package.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 138f572af..6dbb1172b 100644
--- a/README
+++ b/README
@@ -234,11 +234,13 @@ the 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 M18 is required for the Mozilla component to build.
+
The easiest way to get the Mozilla development libraries, is to use
Chris Blizzard's Mozilla rpms. These can be fetched over here:
-http://download.eazel.com/rpms/i386/pr1/Mozilla-M17-2.i386.rpm
-http://download.eazel.com/rpms/i386/pr1/Mozilla-devel-M17-2.i386.rpm
+http://developer.eazel.com/eazel-hacking/updates/mozilla/mozilla-M18-2.i386.rpm
+http://developer.eazel.com/eazel-hacking/updates/mozilla/mozilla-devel-M18-2.i386.rpm
After installing these rpms, you can build nautilus with Mozilla
support as follows: