Add --libcapnp-url to allow installing arbitrary libcapnp versions

This commit is contained in:
Jason Paryani
2016-02-17 17:23:04 -08:00
parent f78ca108f6
commit 5d69eda752
3 changed files with 30 additions and 5 deletions

View File

@@ -21,6 +21,11 @@ Note: for OSX, if using clang from Xcode 5, you may need to set `CFLAGS` like so
CFLAGS='-stdlib=libc++' pip install pycapnp
If you wish to install using the latest upstream C++ Cap'n Proto:
pip install --install-option "--libcapnp-url" --install-option "https://github.com/sandstorm-io/capnproto/archive/master.tar.gz" --install-option "--force-bundled-libcapnp" .
## Python Versions
Python 2.6/2.7 are supported as well as Python 3.2+. PyPy 2.1+ is also supported.