INSTALL 555 B

1234567891011121314151617181920
  1. Future releases of pacc may be autoconfiscated.
  2. For this release:
  3. - to build pacc, and perform the pacc3 basic sanity check: make
  4. - to build the documentation: make doc
  5. - to run the test suite: make check
  6. - to run an individual test: cd test; ./run.sh emit/mk-class0.c
  7. Nothing is automatically installed; here's a reasonable set of commands to copy
  8. and paste for a FHS-compliant system.
  9. prefix=/usr/local
  10. cp pacc $prefix/bin
  11. cp doc/pacc.man $prefix/share/man/man1/pacc.1
  12. cp doc/pacc.info $prefix/share/info && gzip $prefix/share/info/pacc.info