From f47d21d1bbc2f523afea3c95f326b892586391c4 Mon Sep 17 00:00:00 2001 From: asilversempirical Date: Tue, 7 Feb 2017 08:51:31 -0500 Subject: [PATCH] Update binary package docs Fixes https://github.com/jparyani/pycapnp/issues/134 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7daf998..e80586c 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,13 @@ This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-usin ### Binary Packages -In order to build binary packages from this source code, you must specify the `--disable-cython` option: - Building a dumb binary distribution: - python setup.py bdist_dumb --disable-cython + python setup.py bdist_dumb Building a Python wheel distributiion: - python setup.py bdist_wheel --disable-cython + python setup.py bdist_wheel If it fails with an error like `clang: error: no such file or directory: 'capnp/lib/capnp.cpp'`, then you need to cythonize fist. This can be done with: