From eb3c38e3adb8034513e8cf43202f5da39a6964be Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 1 Sep 2007 18:50:07 +0000 Subject: update; cvs->svn & mention GConf needed Make it match idiotic format 2007-09-01 Elijah Newren * HACKING: update; cvs->svn & mention GConf needed * MAINTAINERS: Make it match idiotic format requirements (I love you Olav!) svn path=/trunk/; revision=3317 --- HACKING | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index d8b6721..a6cbdf5 100644 --- a/HACKING +++ b/HACKING @@ -42,18 +42,17 @@ Minimal Building/Testing Environment build a development version of Metacity -- odds are, you may be able to build metacity from CVS without building any other modules. - As long as you have gtk+ >= 2.10 with your distro (gtk+ >= 2.6 if - you manually revert the change from bug 348633), you should be able - to install your distro's development packages (e.g. gtk2-devel, - GConf2-devel, startup-notification-devel on Fedora; also, remember - to install the gnome-common package which is needed for building cvs - versions of Gnome modules like Metacity) as well as the standard - development tools (gcc, autoconf, automake, pkg-config, intltool, - and libtool) and be ready to build and test Metacity. Steps to do - so: - - $ cvs -q -z3 -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome \ - checkout metacity + As long as you have gtk+ >= 2.10 and GConf with your distro (gtk+ >= + 2.6 if you manually revert the change from bug 348633), you should + be able to install your distro's development packages + (e.g. gtk2-devel, GConf2-devel, startup-notification-devel on + Fedora; also, remember to install the gnome-common package which is + needed for building cvs versions of Gnome modules like Metacity) as + well as the standard development tools (gcc, autoconf, automake, + pkg-config, intltool, and libtool) and be ready to build and test + Metacity. Steps to do so: + + $ svn checkout http://svn.gnome.org/svn/metacity/trunk metacity $ cd metacity $ ./autogen.sh --prefix /usr $ make -- cgit v1.1