blob: 43e989025df8c7859830cdb7f0c8839495fcf3b6 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
GNU mcron --- README--git -*-text-*-
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
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) aclocal
2) autoconf
3) automake -a (will error)
4) ./configure (will error)
5) automake -a
6) ./configure --prefix={wherever}
7) 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.
|