README 604 B

12345678910111213141516171819202122232425
  1. README
  2. ------
  3. > ./autogen.sh
  4. runs auto* and then ./configure
  5. It should be all you need to do to get working Makefiles on your
  6. platform, whatever your platform is. :)
  7. Then just do
  8. > make
  9. Roger:
  10. The summary is that I'm requiring all developers to have auto*
  11. (aclocal, autoconf, automake) installed on their machine.
  12. Since different versions of auto* generate vastly different output,
  13. I'm going to leave its output out of the repository. This means that
  14. whenever you check out a repository, you need to run auto* to generate
  15. a configure file, then run ./configure to get a Makefile, then build.