summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-08-28 11:31:40 +0200
committerStefano Karapetsas <[email protected]>2012-08-28 11:31:40 +0200
commit4829cf1bbcbc0b30c439b48d85ff29139561280b (patch)
treeb02bd8471d5a61d2936fb5aa8a307b7fc83bacea /HACKING
parent631ad4f4051a99919e6e4ea0e5e08b990f4ffa22 (diff)
downloadmarco-4829cf1bbcbc0b30c439b48d85ff29139561280b.tar.bz2
marco-4829cf1bbcbc0b30c439b48d85ff29139561280b.tar.xz
fix HACKING file
https://github.com/mate-desktop/mate-window-manager/issues/11
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 5 insertions, 5 deletions
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