Skip to content
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

Update Windows Installation Instructions #3

Closed
mickkilangston opened this issue Nov 29, 2018 · 1 comment
Closed

Update Windows Installation Instructions #3

mickkilangston opened this issue Nov 29, 2018 · 1 comment
Assignees

Comments

@mickkilangston
Copy link

  • Need to correct in Step 5 for windows: replace: %HOME%/hc with %HOME%\hc

also, to address issues with installing zmq; here's what I did that worked:

Doing this created a error when running "hc --version" in cmd that said, "libzmq-v140-mt-4_2_0.dll not found" This file is found in the above reference directory in the "bin" folder.

So, I moved libzmq-v140-mt-4_2_0.dll to the same folder where hc.exe lives --> and huzzah! It now works.

Things I don't know:

  • are the other zmq files still required? meaning, is it just libzmq-v140-mt-4_2_0.dll that's needed?
  • I did follow the process for building the zmq libraries using visual studio 2017 (per the instructions sort of given on http://zeromq.org/intro:get-the-software#toc10 ) -- however, while this did build successfully in VS17, my cmd was still throwing the error mentioned above. I haven't tested doing this installation from scratch with just the above method.
@Connoropolous Connoropolous self-assigned this Nov 29, 2018
@Connoropolous
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants