gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.85k stars 263 forks source link

Initial support for Windows #57

Closed wdscxsj closed 7 years ago

wdscxsj commented 7 years ago

7 lines in vendor/github.com/alecthomas/gozmq/ are modified to disable pkg-config on Windows. Instead, use zmq-win/build.bat to build gophernotes on Windows. For convenience, prebuilt zmq dependency is included. See the Windows sections of README.md for detail.

Mingw-w64 can be used to cross-compile on Linux or Mac.

dwhitena commented 7 years ago

@wdscxsj This looks good to me as far as I can tell (as I can't really test locally on windows). Thank you so much for the PR!