Closed nnarain closed 6 years ago
It seems like Boost is the source of a few issues with regards to the usability of this project.
As mentioned in this pull request: https://github.com/nnarain/gameboycore/pull/132
I could use pybind11 or something else that is more minimal then Boost.Python to build the module.
pybind11
Boost.Python
https://pybind11.readthedocs.io/en/master/compiling.html#building-with-cmake
Fully ported to pybind11, seems everything is in order.
It seems like Boost is the source of a few issues with regards to the usability of this project.
As mentioned in this pull request: https://github.com/nnarain/gameboycore/pull/132
I could use
pybind11
or something else that is more minimal thenBoost.Python
to build the module.