From 049e66920a5850582ca560629e906d4776ed3782 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 20 Nov 2010 14:39:43 +0200 Subject: [PATCH] * HACKING: updated with note about compiling from git --- HACKING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/HACKING b/HACKING index 6982cfb9..b6237e46 100644 --- a/HACKING +++ b/HACKING @@ -94,6 +94,21 @@ if you just want to log something in the log file without writing to screen, use MU_LOG_WRITE, as defined in mu-util.h +** Compiling from git + + For hacking, you're strongly advised to use the latest git + version. Compilation from git should be straightforward, if you have the + right tools (automake, autoconf and friends) installed -- but if you do + development, you'd probably have those. + + Anyhow, to compile straight from git: + + $ git clone git://gitorious.org/mu/mu-ng.git + $ cd mu-ng + $ autoreconf -i + $ ./configure + $ make + # Local Variables: # mode: org; org-startup-folded: nil