Skip to content

Commit

Permalink
add a troubleshooting note for #69
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Feb 17, 2015
1 parent 591a2aa commit 2f52beb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ ZMQ.close(s2)
ZMQ.close(ctx)

```

## Troubleshooting

If you are using Windows and get an error `Provider PackageManager failed to satisfy dependency zmq`, you may need to restart Julia and run `Pkg.build("ZMQ")` again. See [issue #69](https://github.com/JuliaLang/ZMQ.jl/issues/69) for more details.

0 comments on commit 2f52beb

Please sign in to comment.