README--git 655 B

123456789101112131415161718192021
  1. GNU mcron --- README--git -*-text-*-
  2. Copyright (C) 2012, 2014 Dale Mellor
  3. Copyright (C) 2015, 2016 Mathieu Lirzin
  4. Copying and distribution of this file, with or without modification,
  5. are permitted in any medium without royalty provided the copyright
  6. notice and this notice are preserved.
  7. If you have pulled mcron from the GIT repository, these are the steps you will
  8. need to take to build it the first time:
  9. 1) autoreconf -vfi
  10. 2) ./configure --prefix={wherever}
  11. 3) make install
  12. After that it should just be a simple matter of typing `make install' when you
  13. want to build a version with changes in it.