README.first 399 B

123456789101112
  1. This directory contains components use to build an autoconf-ready package
  2. of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz
  3. To build the autoconf amalgamation, run from the top-level:
  4. ./configure
  5. make amalgamation-tarball
  6. The amalgamation-tarball target (also available in "main.mk") runs the
  7. script tool/mkautoconfamal.sh which does the work. Refer to that script
  8. for details.