summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-02-01 03:07:24 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-02-01 03:07:24 +0000
commit9bef26f2d771ff19272596ecaf6c2b812cf62945 (patch)
tree0738d0b2bf7593045bd64cec85b0a8a2d77f6e53 /HACKING
parentfe8e69affce964ea953bd47fb66cd879a5640121 (diff)
downloadnautilus-9bef26f2d771ff19272596ecaf6c2b812cf62945.tar.gz
Made installation instructions more friendly.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING22
1 files changed, 16 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index f124f3157..69ceb44b2 100644
--- a/HACKING
+++ b/HACKING
@@ -1,10 +1,20 @@
-Get the gnome.m4 file from gnome-libs HEAD, and stick it in your $(prefix)/share/aclocal
-directory. I hope you know how to get aclocal to find the .m4 files
+To build Nautilus without interfering with an existing Gnome install,
+you will need to build several components from CVS into a separate
+prefix.
-Install ORBit, gtkhtml, gnome-vfs and bonobo from CVS.
+For example, you could install these components into /usr/local/gnome2
+or /usr/local/nautilus. Do do this, make sure to specify these with
+the --prefix option to autogen.sh or configure.
-If you can't figure it out from those instructions, too bad. :)
+Specifically, you will need to:
-All patches should go through nautilus-maint@gnome.org
+* Get the gnome.m4 file from gnome-libs HEAD, and and manually copy it
+to your $(prefix)/share/aclocal directory.
+
+* Install ORBit, gtkhtml, gnome-vfs and bonobo from CVS, in that
+order. Make sure to autogen with your selected prefix.
+
+* Build and install nautilus into your selected prefix.
--- Elliot
+
+All patches should go through nautilus-maint@gnome.org