From 73492b21ce35cfc293ff4a0d73da2727cacd335c Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Thu, 26 Jun 2014 00:39:57 -0700 Subject: [PATCH] Clarify common problem when C++ Cap'n Proto is not found. Fixes #27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ee2e3..9faa12d 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ 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) +Means your sytem can't find the installed the Cap'n Proto C++ library. If you haven't installed it yet, please follow the directions at the [official installation docs](http://kentonv.github.io/capnproto/install.html). Otherwise trying `LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include pip install pycapnp` may fix the problem for you. [![Build Status](https://travis-ci.org/jparyani/pycapnp.png?branch=develop)](https://travis-ci.org/jparyani/pycapnp)