Skip to content

Instantly share code, notes, and snippets.

@cddr
Created January 14, 2016 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cddr/0aaacf97a499421c63a9 to your computer and use it in GitHub Desktop.
Save cddr/0aaacf97a499421c63a9 to your computer and use it in GitHub Desktop.
Dev Journal for getting nano-demo working (on OSX)
## Nanomsg hello world
* create lein project with [jnanomsg "0.4.3"]
* add `(require [nanomsg.core :as nn])`
* Ooops
```1. Unhandled java.lang.UnsatisfiedLinkError
Unable to load library 'nanomsg': Native library
(darwin/libnanomsg.dylib) not found in resource path
([file:/Users/andychambers/Projects/nano-demo/test/,
...
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment