forked from zeromq/jzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Java binding for 0MQ
License
GPL-3.0, Unknown licenses found
Licenses found
GPL-3.0
COPYING
Unknown
COPYING.LESSER
pchlupacek/jzmq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the Java language binding for 0MQ. To build, set JAVA_HOME to the location of your JDK and run: ./autogen.sh ./configure make To build Debian package run: $ dpkg-buildpackage -rfakeroot If your zmq installation is not found by configure you can add this information manually e.g. --with-zeromq=/usr/local/lib. On Mac OS X you may need to compile and make install pkg-config if configure fails with "syntax error near unexpected token `newline'". See http://stackoverflow.com/questions/3522248/how-do-i-compile-jzmq-for-zeromq-on-osx for details. You may also need to symlink the header files of your standard Java installation (e.g. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers/*.h) into a suitable directory (e.g. /usr/local/include) and point the JAVA_HOME environment variable to the parent directory (e.g. /usr/local). For more information, refer to the 0MQ website at http://www.zeromq.org/.
About
Java binding for 0MQ
Resources
License
GPL-3.0, Unknown licenses found
Licenses found
GPL-3.0
COPYING
Unknown
COPYING.LESSER
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published