README 523 B

1234567891011121314151617181920
  1. The script in this directory will attempt to build a Solaris package
  2. out of a source tree for APR.
  3. To build a package, make sure you are in the root of the source tree,
  4. and run:
  5. build/pkg/buildpkg.sh
  6. A Solaris package called apr-<version>-<architecture>-local.gz will be
  7. created in the root of the source tree.
  8. By default, if you attempt to build packages for apr-util, it will
  9. search for the sources for apr in:
  10. ../apr
  11. You may override the location of apr like so:
  12. build/pkg/buildpkg.sh --with-apr=some/other/path