summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-10-16 01:08:01 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-10-16 01:08:01 +0000
commit4c5e4c29799ff06484b5ab8471aa2c32f0699e70 (patch)
tree4399bbc015d52ce4d3e1b65b25908697243cd81f /HACKING
parent47c95eef802c997d4e37368e4c3c24bec14845bd (diff)
downloadgdm-4c5e4c29799ff06484b5ab8471aa2c32f0699e70.tar.gz
Add some more info.
2007-10-15 William Jon McCann <mccann@jhu.edu> * HACKING: * README: Add some more info. svn path=/trunk/; revision=5369
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
==============