INSTALL 474 B

123456789101112131415161718192021222324
  1. Basic Installation
  2. ==================
  3. With autotools
  4. --------------
  5. The shell commands are './configure; make; make install'.
  6. With Waf
  7. --------
  8. The build system is Waf (http://code.google.com/p/waf), the shell commandes are
  9. $ ./waf configure
  10. $ ./waf build
  11. $ sudo ./waf install
  12. or 'waf' if you use a global Waf script.
  13. The sources are built in the 'build' directory at the root of the
  14. project source files.
  15. WARNING, don't use the two build systems at the same time.