sockets - How to install ZeroMQ for C++ using VS2015 community -
i trying learn networking in windows in c++ (specifically making simple mmo server).
i reading cross-platform-ness , socket complexity , came accross both protobuf , zeromq quite lot.
after reading zeromq decided makes sense mmo server.
so went on zeromq website , downloaded msi installer. ran it, , i'm stuck.
i don't quite understand msi did... did plop zeromq.dll in system32? di still need c++ binding? basically, how install zeromq c++?
p.s. points if shows me how nuget. guess that's why don't know how install libraries manually, use nuget...
thanks.
nuget have package zeromq, seems c# currently.
the msi installed contains python binding zeromq, , installed selected python version in installer.
for c++, have pre-build binaries on download page. however, these libraries build older version of visual studio, not compatible visual studio 2015. if want use zeromq, i'm afraid going have build library self.
when have build zeromq, can follow guide feeling of how use it. or can add c++ bindings has pretty , easy-to-use interface.
Comments
Post a Comment