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.
7 lines in
vendor/github.com/alecthomas/gozmq/
are modified to disablepkg-config
on Windows. Instead, usezmq-win/build.bat
to build gophernotes on Windows. For convenience, prebuilt zmq dependency is included. See the Windows sections ofREADME.md
for detail.Mingw-w64 can be used to cross-compile on Linux or Mac.