Add not having installed the C++ libcapnp library to 'Common Problems'
This commit is contained in:
11
README.md
11
README.md
@@ -116,5 +116,14 @@ If you get an error on installation like:
|
||||
|
||||
Then you have too old a version of setuptools. Run `pip install -U setuptools` then try again.
|
||||
|
||||
[](https://travis-ci.org/jparyani/pycapnp)
|
||||
|
||||
An error like:
|
||||
|
||||
...
|
||||
capnp/capnp.cpp:312:10: fatal error: 'capnp/dynamic.h' file not found
|
||||
#include "capnp/dynamic.h"
|
||||
|
||||
Means you haven't installed the Cap'n Proto C++ library. Please follow the directions at the [official installation docs](http://kentonv.github.io/capnproto/install.html)
|
||||
|
||||
|
||||
[](https://travis-ci.org/jparyani/pycapnp)
|
||||
Reference in New Issue
Block a user