summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING21
1 files changed, 21 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 06af4eae..e23f5d52 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,24 @@
+Building
+========
+
+Dependencies
+
+ * glib 2.12 or later
+ * D-Bus 1.0 and Glib bindings
+ * PAM
+ * ConsoleKit 0.2.3
+ * gnome-vfs (for file monitoring in greeter)
+
+Getting From SVN
+
+To get the very latest copy you'll need to pull it from SVN. Here's
+how you'll do it.
+
+svn co http://svn.gnome.org/svn/gdm/trunk gdm
+
+
+Browse the code in SVN: http://svn.gnome.org/viewcvs/gdm/trunk/
+
Making Changes
==============