Fix docs to point at C++ library v0.5.0
This commit is contained in:
10
README.md
10
README.md
@@ -4,19 +4,19 @@ More thorough docs are available at [http://jparyani.github.io/pycapnp/](http://
|
||||
|
||||
## Requirements
|
||||
|
||||
First you need a system-wide installation of the Cap'n Proto C++ library == 0.4.x. Follow the [official installation docs](http://kentonv.github.io/capnproto/install.html) or for the lazy:
|
||||
First you need a system-wide installation of the Cap'n Proto C++ library == 0.5.x. Follow the [official installation docs](http://kentonv.github.io/capnproto/install.html) or for the lazy:
|
||||
|
||||
```bash
|
||||
curl -O http://capnproto.org/capnproto-c++-0.4.0.tar.gz
|
||||
tar zxf capnproto-c++-0.4.0.tar.gz
|
||||
cd capnproto-c++-0.4.0
|
||||
curl -O http://capnproto.org/capnproto-c++-0.5.0.tar.gz
|
||||
tar zxf capnproto-c++-0.5.0.tar.gz
|
||||
cd capnproto-c++-0.5.0
|
||||
./configure
|
||||
make -j6 check
|
||||
sudo make install
|
||||
```
|
||||
|
||||
A recent version of cython and setuptools is also required. You can install these with:
|
||||
|
||||
|
||||
```bash
|
||||
pip install -U cython
|
||||
pip install -U setuptools
|
||||
|
||||
Reference in New Issue
Block a user