Skip to content

Commit

Permalink
Checkout 0.8 branch of librdkafka
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanm committed Mar 24, 2016
1 parent 05e0b3f commit a6c610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PipelineDB extension for Kafka support
You'll need to have [librdkafka](https://github.com/edenhill/librdkafka) installed on your system to build the extension. The easiest way to install it is to built it from source.

```
git clone https://github.com/edenhill/librdkafka.git ~/librdkafka
git clone -b 0.8 https://github.com/edenhill/librdkafka.git ~/librdkafka
cd ~/librdkafka
./configure --prefix=/usr
make
Expand Down

0 comments on commit a6c610d

Please sign in to comment.