Closed matthieu-lapeyre closed 6 years ago
I have not test Pyslvs yet on MacOS, there might be something wrong when I try to catching library path and include path of Python:
It seems like this: Compiling C++ with SWIG on Mac OS X - Stack Overflow
Added support, tested on macOS Sierra (https://github.com/KmolYuan/python-solvespace/commit/ce38a199d260851fda037fb9679f17fc23bb95c3).
Adjusted linking method for Python library:
But using make
command will cause error because AppImage recipe script is currently not supported.
Using PyInstaller might be a good way to build standalong executable files.
Already added command to build standalong executable files(99df1f848708a622dd6298ee83cc9ad2c309593d) by PyInstaller.
More information can see the section of readme file.
Hi,
I would like to try your software but I get the following error during compilation (make build-kernel):
I tried few workaround with no success. Any idea ?