diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-19 03:55:20 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-10-19 03:55:20 +0000 |
commit | 0732560f3839a7cc79910fa08d32f36c621417f9 (patch) | |
tree | 381c1aea9f15db68b916be08b085d389b3c87f1f /README | |
parent | 39500630242c6b90ea1df450111bf388c2b05892 (diff) | |
download | nautilus-0732560f3839a7cc79910fa08d32f36c621417f9.tar.gz |
Update for new Mozilla M18 rpms.
* README:
Update for new Mozilla M18 rpms.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -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 |