README.first 416 B

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