summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-10-19 03:55:20 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-10-19 03:55:20 +0000
commit0732560f3839a7cc79910fa08d32f36c621417f9 (patch)
tree381c1aea9f15db68b916be08b085d389b3c87f1f /README
parent39500630242c6b90ea1df450111bf388c2b05892 (diff)
downloadnautilus-0732560f3839a7cc79910fa08d32f36c621417f9.tar.gz
Update for new Mozilla M18 rpms.
* README: Update for new Mozilla M18 rpms.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 4 insertions, 11 deletions
diff --git a/README b/README
index 6dbb1172b..e7dfbb867 100644
--- a/README
+++ b/README
@@ -239,8 +239,8 @@ 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://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
+http://developer.eazel.com/eazel-hacking/updates/mozilla/mozilla-M18-4.i386.rpm
+http://developer.eazel.com/eazel-hacking/updates/mozilla/mozilla-devel-M18-4.i386.rpm
After installing these rpms, you can build nautilus with Mozilla
support as follows:
@@ -265,15 +265,8 @@ NOTE: The above command should be issued in one line. It is split
into two lines in this document for readability.
-Before running Nautilus, you need to do some environment setup for the
-Mozilla component:
-
-Using RPMS:
-
-export MOZILLA_FIVE_HOME=/usr/lib/mozilla
-export LD_LIBRARY_PATH=/usr/lib/mozilla:$LD_LIBRARY_PATH
-
-Using Mozilla built in /foo/bar:
+NOTE: If you are building mozilla from source (NOT from the rpm), you
+need to do some environment setup for the Mozilla component:
export MOZILLA_FIVE_HOME=/foo/bar/mozilla/dist/bin
export LD_LIBRARY_PATH=/foo/bar/mozilla/dist/bin:$LD_LIBRARY_PATH