mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Update binary package docs
Fixes https://github.com/jparyani/pycapnp/issues/134
This commit is contained in:
parent
455ffdf4ab
commit
f47d21d1bb
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue