diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-17 15:42:33 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-17 15:42:33 -0700 |
commit | 46ba8ca5fc9665c1a4758e56fda6761ac993c62e (patch) | |
tree | 629d62fcf9778c6735bf410782de69cbbf58f56a /HACKING | |
parent | e677d1440f6f5a3b51a35dea8bc09a99d442bbf5 (diff) | |
parent | 59e877def6c3736c1fb17a301c44c6f054414155 (diff) | |
download | marco-46ba8ca5fc9665c1a4758e56fda6761ac993c62e.tar.bz2 marco-46ba8ca5fc9665c1a4758e56fda6761ac993c62e.tar.xz |
Merge pull request #64 from NiceandGently/master
rename to marco and remove distro folder
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ Minimal Building/Testing Environment pkg-config, intltool, and libtool) and be ready to build and test Marco. Steps to do so: - $ git clone https://github.com/mate-desktop/mate-window-manager.git - $ cd mate-window-manager + $ git clone https://github.com/mate-desktop/marco.git + $ cd marco $ ./autogen.sh --prefix /usr $ make $ ./src/marco --replace |