pyenet
pyenet copied to clipboard
Windows compilation instructions
I am unable to get pyenet to compile under windows due to linking errors. Some instructions would be greatly appreciated.
I don't know/use Windows, so you might need to figure this out on your own or maybe someone with Windows experience could help.
Me neither, but some of our users do, unfortunately.
The following command works beautifully for windows with mingw installed.
python setup.py build_ext --library-dirs enet/ -lws2_32 -D MS_WIN64 -cmingw32
it says mingw32, but it actually makes a 64bit binary like it's supposed to.