Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Updated readme with extra instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gilbert committed Aug 26, 2014
1 parent 4594d5d commit 40f224b
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 @@ -18,7 +18,7 @@ Features:

If you're a developer, Riemann uses [Google Protocol Buffers](http://code.google.com/p/protobuf/), so make sure that's installed and available on your system path.

The library uses autotools along with a dependency on the [Riemann C client library](https://github.com/algernon/riemann-c-client). First install that library (instructions in README.md), then continue with the following commands to build and install riemannpp:
The library uses autotools along with a dependency on the [Riemann C client library](https://github.com/algernon/riemann-c-client). The client also uses [boost](http://www.boost.org). First install Riemann-C-Client (instructions in README.md) and boost, then continue with the following commands to build and install riemannpp:

```bash
$ git clone git://github.com/bigdatadev/riemannpp.git
Expand Down

0 comments on commit 40f224b

Please sign in to comment.