Skip to content

Commit bf5cccc

Browse files
author
Peter Spiess-Knafl
committed
updated readme for v0.3.1
1 parent 7b4de11 commit bf5cccc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ It is fully JSON-RPC 2.0 compatible ([JSON-RPC 2.0](http://www.jsonrpc.org/speci
2828
- Tested under RaspberryPi (raspbian). This library offers great opportunities to remotely control your raspberry pi.
2929
- Automated testing using `make test`
3030
- Useful Examples provided. e.g. XBMC Remote using json-rpc client part and stub generator.
31+
- JavaScript client stub generation.
3132

3233
Overview
3334
---------
@@ -51,11 +52,9 @@ sudo apt-get install libcurl4-openssl-dev libjsoncpp-dev libargtable2-dev libboo
5152

5253
You need [Brew](http://brew.sh) installed and type the following commands
5354
```sh
54-
brew install argtable cmake boost
55+
brew install argtable cmake boost jsoncpp
5556
```
5657

57-
[jsoncpp](https://github.com/open-source-parsers/jsoncpp) needs to be built by hand, because jsoncpp is not merged into brew yet. [See here](https://github.com/Homebrew/homebrew/pull/32916).
58-
5958
**Build and install this framework**
6059

6160
Open a terminal and copy the following commands:

0 commit comments

Comments
 (0)