diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-20 14:39:43 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-20 14:39:43 +0200 |
| commit | 049e66920a5850582ca560629e906d4776ed3782 (patch) | |
| tree | 1759c4c71fc4a0053aa663a15b1cd4903298717a /HACKING | |
| parent | d4a2a3333f4a2fb1a22f97ac740dc2d84e579357 (diff) | |
* HACKING: updated with note about compiling from git
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |
