Skip to content

Commit 46f5b52

Browse files
author
Nong Li
committed
Update readme.
1 parent 104373f commit 46f5b52

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
Parquet-cpp
22
===========
33
A C++ library to read parquet files.
4+
5+
To build you will need some version of boost installed and thrift 0.7+ installed.
6+
(If you are building thrift from source, you will need to set the THRIFT_HOME env
7+
variable to the directory containing include/ and lib/.)
8+
9+
Then run:
10+
<br>
11+
<code>
12+
cmake .
13+
</code>
14+
<br>
15+
<code>
16+
make
17+
</code>
18+
19+
The binaries will be built to ./bin which contains the libraries to link against as
20+
well as a few example executables.

0 commit comments

Comments
 (0)