From 4829cf1bbcbc0b30c439b48d85ff29139561280b Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 28 Aug 2012 11:31:40 +0200 Subject: fix HACKING file https://github.com/mate-desktop/mate-window-manager/issues/11 --- HACKING | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index e669b7a1..178e4979 100644 --- a/HACKING +++ b/HACKING @@ -40,20 +40,20 @@ Minimal Building/Testing Environment build, run and test it; you can run it from some temporary directory. Also, you do not need to build all of Mate in order to build a development version of Marco -- odds are, you may be able - to build marco from CVS without building any other modules. + to build marco from GIT without building any other modules. As long as you have gtk+ >= 2.10 and MateConf 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, MateConf2-devel, startup-notification-devel on + (e.g. gtk2-devel, MateConf-devel, startup-notification-devel on Fedora; also, remember to install the mate-common package which is - needed for building cvs versions of Mate modules like Marco) as + needed for building git versions of Mate modules like Marco) as well as the standard development tools (gcc, autoconf, automake, pkg-config, intltool, and libtool) and be ready to build and test Marco. Steps to do so: - $ svn checkout http://svn.gnome.org/svn/marco/trunk marco - $ cd marco + $ git clone https://github.com/mate-desktop/mate-window-manager.git + $ cd mate-window-manager $ ./autogen.sh --prefix /usr $ make $ ./src/marco --replace -- cgit v1.2.1