-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libzmq for windows, clear instructions #79
Comments
Yes, for now follow the instructions in the czmq Readme:
https://github.com/zeromq/czmq/blob/master/README.md
Will <notifications@github.com> schrieb am Fr., 29. Mai 2020, 17:47:
… Would it be possible to get clear instructions on how to install libz;q on
windows. the link to the download does not provide any usefull information
https://zeromq.org/download/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNOX3QJ3EA6XR432OIDDRT7KJXANCNFSM4NOEYQRA>
.
|
@sappo what happened to the download page? It used to include instructions to all OSes |
@sappo it seems you changed, I actually think the previous version of it is better and very important for SEO. Can we revert it? |
The current Version contains instructions for each library. But is not SEO
friendly at all ☹. I'll try to revert it on the weekend.
Doron Somech <notifications@github.com> schrieb am Fr., 29. Mai 2020, 18:26:
… @sappo <https://github.com/sappo> it seems you changed, I actually think
the previous version of it is better and very important for SEO. Can we
revert it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNOTVMXOKKCOEOYYSDL3RT7O43ANCNFSM4NOEYQRA>
.
|
So I followed the instructions, succesfully installed vcpkg, and czmq, but when i go to install zmq4 from pebbe, I get this error PS C:\Users\bob\vcpkg> go get github.com/pebbe/zmq4
# github.com/pebbe/zmq4
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmq
collect2.exe: error: ld returned 1 exit status I don't know if i should post the issue here or on pebbe's repo |
I'm not sure but I think you can't use mingw if you installed czmq via
vcpkg.
Am Sa., 30. Mai 2020 um 08:10 Uhr schrieb Will <notifications@github.com>:
… So I followed the instructions, succesfully installed vcpkg, and czmq, but
when i go to install zmq4 from pebbe, I get this error
PS C:\Users\bob\vcpkg> go get github.com/pebbe/zmq4# github.com/pebbe/zmq4
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lzmqcollect2.exe: error: ld returned 1 exit status
I don't know if i should post the issue here or on pebbe's repo
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNOTUWNYJMVVS6EZZVZDRUCPOHANCNFSM4NOEYQRA>
.
|
Hi all, |
Would it be possible to get clear instructions on how to install libz;q on windows. the link to the download does not provide any usefull information
https://zeromq.org/download/
The text was updated successfully, but these errors were encountered: