summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin * Slomkowski <rslomkow@eazel.com>2000-08-16 15:21:09 +0000
committerRobin Slomkowski <rslomkow@src.gnome.org>2000-08-16 15:21:09 +0000
commit83da9652ca1e90ddafe5854d3f1613c09b7869e3 (patch)
tree6213ac256705cdc09b4d8721323e6a1244d1a39d
parenta49855887a0225923211acb46747eddf7ae9736d (diff)
downloadnautilus-NAUTILUS_0_1_0.tar.gz
updated to match online documentationNAUTILUS_0_1_0
2000-08-16 Robin * Slomkowski <rslomkow@eazel.com> * README: updated to match online documentation
-rw-r--r--ChangeLog4
-rw-r--r--README60
2 files changed, 35 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog
index 837ef49f8..695239235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-16 Robin * Slomkowski <rslomkow@eazel.com>
+
+ * README: updated to match online documentation
+
2000-08-14 J Shane Culpepper <pepper@eazel.com>
* src/nautilus-first-time-druid.c: (druid_finished):
diff --git a/README b/README
index b813daea0..186364cfd 100644
--- a/README
+++ b/README
@@ -102,30 +102,31 @@ relevant packages), you want to folow the instructions below.
The folowing lists the packages and the versions they should report.
- module version configure options dist.
- ------ ------ ----------------- -----
- popt: <1.5, but not from GNOME CVS, see below> RH6.2
- glib: 1.2.8 HC1.2
- gtk+: 1.2.8 HC1.2
- imlib: 1.9.8.1 HC1.2
- gnome-xml: 1.8.1 HC1.2
- ORBit: 0.5.3 HC1.2
- gnome-libs: 1.2.4 --enable-prefer-db1 HC1.2
- gnome-http: 1.0.6
- oaf: 0.5.0
- gconf: 0.8
+GNOME Modules:
+
+ module version configure options
+ ------ ------ -----------------
+ glib: 1.2.8
+ gtk+: 1.2.8
+ imlib: 1.9.8.1
+ gnome-xml: 1.8.1
+ ORBit: 0.5.3
+ gnome-libs: 1.2.4 --enable-prefer-db1
+ gnome-http: 1.0.7
gdk-pixbuf: 0.8.0 --enable-canvas-pixbuf
- gnome-print: 0.20.0
control-center 1.2.0
- gnome-vfs: HEAD
- bonobo: 0.17
- gtkhtml: 0.6
- eog: 0.3 --with-bonobo
- medusa: 0.2
- nautilus: 0.1
+* oaf: 0.5.0
+* gconf: 0.8
+ gnome-print: 0.20.0
+* gnome-vfs: 0.3.1
+* bonobo: 0.17
+* gtkhtml: 0.6
+* medusa: 0.2
+* nautilus: 0.1
-RH6.2 == Version from Red Hat 6.2 OK
-HC1.2 == Version from Helix Code Gnome 1.2 OK
+packages preceded with an * are not part of Helix GNOME 1.2, and can
+be downloaded from ftp.gnome.org/pub/GNOME or from a mirror at
+http://download.eazel.com
If you are running Helix Code's GNOME, you should not need recompile
the packages marked "HC1.2" provided you have installed the
@@ -136,11 +137,11 @@ We assume you want to install these packages in another prefix than
assume you are installing in /usr/local. ie: ${prefix}=/usr/local
Redefine your PATH env variable:
- export PATH=$PATH:${prefix}/bin
+ export PATH=${prefix}/bin:$PATH
Redefine your LD_LIBRARY_PATH env variable:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${prefix}/lib
+ export LD_LIBRARY_PATH=${prefix}/lib:$LD_LIBRARY_PATH
Redefine your GNOME_PATH env variable:
- export GNOME_PATH=$GNOME_PATH:${prefix}
+ export GNOME_PATH=${prefix}:/usr
In the order defined above and with the specific options detailed
above, you should run the configure scripts with: "./configure
@@ -158,7 +159,6 @@ The folowing lists the packages and the versions that are required.
module branch configure options dist.
------ ------ ----------------- -----
- popt: <1.5, but not from GNOME CVS, see below> RH6.2
glib: glib-1-2 HC1.2
gtk+: gtk-1-2 HC1.2
imlib: HEAD HC1.2
@@ -168,9 +168,9 @@ The folowing lists the packages and the versions that are required.
gnome-http: HEAD
oaf: HEAD
gconf: HEAD
- gdk-pixbuf: HEAD --enable-canvas-pixbuf
- gnome-print: GNOME_PRINT_0_20
- control-center control-center-1-0
+ gdk-pixbuf: HEAD --enable-canvas-pixbuf HC1.2
+ gnome-print: GNOME_PRINT_0_20 HC1.2
+ control-center control-center-1-0 HC1.2
gnome-vfs: HEAD
bonobo: HEAD
gtkhtml: HEAD
@@ -179,7 +179,6 @@ The folowing lists the packages and the versions that are required.
medusa: HEAD
nautilus: HEAD
-RH6.2 == Version from Red Hat 6.2 OK
HC1.2 == Version from Helix Code Gnome 1.2 OK
One difference between tarball and cvs compilation is that when you
@@ -218,3 +217,6 @@ script to get Nautilus to work properly. One way to invoke it is
like this:
./nautilus-clean.sh -x
+
+the command to run nautilus is run-nautilus and it runs the cleanup script
+first.