Make clrzmq work on Windows and Mac

Issue #140 resolved
Doug Blank created an issue

clrzmq currently only works on Linux. Why?

Comments (7)

  1. Doug Blank reporter

    Need to figure out what Keith did on his Mac to install the correct libs. Need to explore the options under Windows.

  2. Doug Blank reporter

    Ok, Mac and Windows are complete!

    2 notes:

    1. On windows, if you don't have ipython in c:\Python27\Scripts, you need to add it to the PATH

    2. Currently to build Calico.exe on a Mac or Linux, you'll need to manually edit Source/Calico/Calico.csproj and indicate that clrzmq is in mac/clrzmq or linux/clrzmq (just add "mac/" or "linux/" to the font of that reference). clrzmq is the only file we have that has different compiled versions.

  3. Log in to comment