Reputation: 14258
I have got an .so
file that needs to be on the class path in order for my program to work. what is the best way of packaging it in a leiningen project?
it worked really well... see https://github.com/zcaudate/sigar-native-deps for another example
Upvotes: 2
Views: 98
Reputation: 91554
put them under a directory called native in your lein project as described here.
http://nakkaya.com/2010/04/05/managing-native-dependencies-with-leiningen/
Upvotes: 3