Note about versions

This commit is contained in:
Colin Dellow 2018-03-16 00:12:12 -04:00
parent 1f4cebe2a6
commit e87f0d0f68
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ and may be good enough for yours, too.
## Building ## Building
1. Install [`parquet-cpp`](https://github.com/apache/parquet-cpp) 1. Install [`parquet-cpp`](https://github.com/apache/parquet-cpp)
1. Master appears to be broken for text row group stats; see https://github.com/cldellow/sqlite-parquet-vtable/issues/5 for which versions to use
2. Run `./build-sqlite` to fetch and build the SQLite dev bits 2. Run `./build-sqlite` to fetch and build the SQLite dev bits
3. Run `./parquet/make` to build the module 3. Run `./parquet/make` to build the module
1. You will need to fixup the paths in this file to point at your local parquet-cpp folder. 1. You will need to fixup the paths in this file to point at your local parquet-cpp folder.