AboutSummaryRefsLogTreeCommitDiffStats
path: root/README--git
diff options
context:
space:
mode:
authorDale Mellor <dale@rdmp.org>2014-04-28 11:47:55 +0100
committerDale Mellor <dale@rdmp.org>2014-04-28 13:03:28 +0100
commitc45e7c447bf1d95247225d1c70e0ce593cba2ddf (patch)
treebfef67d482ed783a8608bad7aec689109ef03942 /README--git
parentbd5a58ac2fc1fa435a499c0dd8e6f779e68551c0 (diff)
downloadmcron-c45e7c447bf1d95247225d1c70e0ce593cba2ddf.tar.gz
mcron-c45e7c447bf1d95247225d1c70e0ce593cba2ddf.tar.bz2
mcron-c45e7c447bf1d95247225d1c70e0ce593cba2ddf.zip
Now runs (only) against guile-2.0.1.0.7
Diffstat (limited to 'README--git')
-rw-r--r--README--git12
1 files changed, 6 insertions, 6 deletions
diff --git a/README--git b/README--git
index 14d5717..43e9890 100644
--- a/README--git
+++ b/README--git
@@ -1,6 +1,6 @@
GNU mcron --- README--git -*-text-*-
- Copyright (C) 2012 Dale Mellor
+ Copyright (C) 2012, 2014 Dale Mellor
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -10,11 +10,11 @@ GNU mcron --- README--git -*-text-*-
If you have pulled mcron from the GIT repository, these are the steps you will
need to take to build it the first time:
-1) cp mcron.texinfo.in mcron.texinfo
-2) aclocal
-4) autoconf
-3) automake -a
-5) rm mcron.texinfo
+1) aclocal
+2) autoconf
+3) automake -a (will error)
+4) ./configure (will error)
+5) automake -a
6) ./configure --prefix={wherever}
7) make install