How to build without Eclipse
Opened this issue · 2 comments
rayzchen commented
Looking for a way to build on cli, preferably on Github Actions
McNopper commented
There is a CMake file included, which should allow several build options.
Regarding GitHub Actions, there is currently no script available.
rayzchen commented
How do I build a .dll file on Windows? I end up with a .lib file but I would like to load it in Python with ctypes
.