1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

10 Commits

Author SHA1 Message Date
snoe925
d44c88ad64 Change ICU_VERSION_U from . to - 2020-08-04 22:29:32 -04:00
snoe925
59105a8344 ICU changed tar file names 2020-08-04 22:29:32 -04:00
dazzag24
5af051f971
Update make-linux
Added libreadline-dev libncurses-dev to apt-get
2019-11-27 20:26:54 +00:00
Colin Dellow
65e47e5828 use prebuilt sqlite
fixes #31
2018-07-05 23:36:30 -04:00
Colin Dellow
68ecfde4d9 travis: code coverage, maybe? 2018-07-05 18:47:33 -04:00
Colin Dellow
100edb7015 Support prebuilt binaries
...to make Travis CI builds reasonable.

Progress towards #16
2018-07-04 23:17:57 -04:00
Colin Dellow
005d7a451f Add g++ as prerequisite
Progress towards #16
2018-07-04 21:30:51 -04:00
Colin Dellow
8084f14379 Add libicu for Ubuntu 14.04
Progress towards #16
2018-07-04 21:30:05 -04:00
Colin Dellow
0aa98ae1a5 Skip shared parquet/arrow libs, fix icu versions 2018-06-27 23:20:33 -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