AboutSummaryRefsLogTreeCommitDiffStats
path: root/README--git
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-27 23:10:36 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-27 23:10:36 +0200
commitde58e99aa569ed936db3e04047f970d6bad10af6 (patch)
tree48a20a1b91f8182e09d83e5d4062db2e8d76968d /README--git
parent41b427e1b220389eccd65e436fc3452e2bc0215d (diff)
downloadmcron-de58e99aa569ed936db3e04047f970d6bad10af6.tar.gz
mcron-de58e99aa569ed936db3e04047f970d6bad10af6.tar.bz2
mcron-de58e99aa569ed936db3e04047f970d6bad10af6.zip
Revert "Have a new directory to get rid of with maintainer-clean."
This reverts commit 024027ae2dcc425f7a3bf5bf3ff3671833b02ce6.
Diffstat (limited to 'README--git')
-rw-r--r--README--git20
1 files changed, 20 insertions, 0 deletions
diff --git a/README--git b/README--git
new file mode 100644
index 0000000..9ebaa0d
--- /dev/null
+++ b/README--git
@@ -0,0 +1,20 @@
+GNU mcron --- README--git -*-text-*-
+
+ Copyright (C) 2012, 2014 Dale Mellor
+ Copyright (C) 2015 Mathieu Lirzin
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
+
+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) autoreconf -vfi
+2) ./configure --prefix={wherever}
+3) make install
+
+
+After that it should just be a simple matter of typing `make install' when you
+want to build a version with changes in it.