sqlcipher/autoconf/README.first

12 lines
399 B
Plaintext
Raw Normal View History

2015-03-20 14:04:26 +00:00
This directory contains components use to build an autoconf-ready package
of the SQLite amalgamation: sqlite-autoconf-30XXXXXX.tar.gz
2013-08-29 13:11:18 +00:00
2015-03-20 14:04:26 +00:00
To build the autoconf amalgamation, run from the top-level:
2013-08-29 13:11:18 +00:00
2015-03-20 14:04:26 +00:00
./configure
make amalgamation-tarball
2013-08-29 13:11:18 +00:00
2015-03-20 14:04:26 +00:00
The amalgamation-tarball target (also available in "main.mk") runs the
script tool/mkautoconfamal.sh which does the work. Refer to that script
for details.