From 9eaa3a34debba0a5f6c4f339066f16e8a87dccc9 Mon Sep 17 00:00:00 2001 From: Ramiro Estrugo Date: Mon, 16 Oct 2000 19:34:51 +0000 Subject: 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. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') 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: -- cgit v1.2.1