Skip to content

Commit

Permalink
README.md: Mention Python.h is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jun 2, 2021
1 parent e73261f commit 4c8e689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -19,9 +19,10 @@
* cmake (needed for bundled capnproto)
- ninja (macOS + Linux)
- Visual Studio 2017+

* capnproto-0.8.0 (0.7.0 will also work if linking to system libraries)
- Not necessary if using bundled capnproto
* Python development headers (i.e. Python.h)
- Distributables from python.org include these, however they are usually in a separate package on Linux distributions

32-bit Linux requires that capnproto be compiled with `-fPIC`. This is usually set correctly unless you are compiling canproto yourself. This is also called `-DCMAKE_POSITION_INDEPENDENT_CODE=1` for cmake.

Expand Down

0 comments on commit 4c8e689

Please sign in to comment.