diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2018-07-22 10:38:24 +0200 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2018-07-22 10:39:57 +0200 |
commit | 379763651272b724789d920e7e022408ab393a39 (patch) | |
tree | ac52e3d4be464dd98053e3e87c9516b473d64dd2 /HACKING | |
parent | 47d6a70fab15cad094b90775f55dfbec80b38dc5 (diff) | |
download | gdm-379763651272b724789d920e7e022408ab393a39.tar.gz |
Update README, use Markdown.
Remove unnecessary files with obsolete links.
Remove instructions from HACKING, as they contained old versions of
dependencies. It is now only a coding style guide.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 42 |
1 files changed, 1 insertions, 41 deletions
@@ -1,43 +1,3 @@ -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 -============== - - * Patches must be submitted in unified diff form. Using the "-p" - option is strongly preferred. - - See: - http://www.xenomai.org/index.php/Teaching_-p_to_svn_diff - - * All but the most trivial patches must be submitted to GNOME - bugzilla or the GDM mailing list <gdm-list@gnome.org> for approval. - - * Patches must apply cleanly to SVN trunk. - - * Patches should not introduce additional compilation warnings. - - * Patches must use the GDM Coding Style. - - Coding Style ============ @@ -83,4 +43,4 @@ Coding Style * Prefer glib functions over native ones when available. * Use glib string handling functions when possible. - * When in doubt copy the style of the rest of the file.
\ No newline at end of file + * When in doubt copy the style of the rest of the file. |