|
|
|
|
|
by zZorgz
3667 days ago
|
|
If it's an autoconf project you should be able to (as far as I recall) pass appropriate min version and architecture flags to ./configure Python bundles a bunch of modules one may not need for embedding in either case, and they can be turned into byte code before distribution. |
|
Although Python is widely used, everything related to these kind of things seems to be poorly documented..
Edit: just need to do "./configure --enable-shared" and it will compile Python as shared library (libpython3.5m.dylib)..