Commit Graph

8 Commits

Author SHA1 Message Date
dazzag24 3491293eda
Update build-sqlite
Added  --enable-readline to configure
2019-11-27 20:28:18 +00:00
Colin Dellow 65e47e5828 use prebuilt sqlite
fixes #31
2018-07-05 23:36:30 -04:00
Colin Dellow 396f911691 sqlite -> 3.24 2018-07-05 19:57:36 -04:00
Colin Dellow 83db07456e travis: revert sqlite hack 2018-07-05 09:13:37 -04:00
Colin Dellow aaa07fe629 travis: force sqlite to use gcc 2018-07-04 23:46:36 -04:00
Colin Dellow 1d0d4c08b8 Build sqlite in parallel 2018-06-26 23:05:30 -04:00
Colin Dellow 0bdcc9895e All-in-one build command
`./make-linux` clones and builds:

- arrow
- brotli
- lz4
- parquet
- snappy
- zlib
- zstd
- this project

as a statically linked binary. Two Boost libs are still pulled in as
shared libs, should probably fix that, too, for ultimate portability.
2018-06-24 21:11:07 -04:00
Colin Dellow 811badc9f9 Add script to fetch+build sqlite 2018-03-02 18:46:40 -05:00