How do I compile jzmq for ZeroMQ on OSX?

前端 未结 8 2277
一个人的身影
一个人的身影 2021-01-31 12:37

Trying to follow the directions from: http://github.com/zeromq/jzmq

I installed pkg-config using Homebrew and then I run the following commands: ./autogen.sh ./configure

8条回答
  •  灰色年华
    2021-01-31 12:51

    On Osx Mountain Lion I don't have the dirlist file as Phil Calçado said, but a simple symlink from /usr/local/Cellar/pkg-config/[version]/share/aclocal/pkg.m4 to /usr/share/aclocal made the trick and now jzmq build fine.

提交回复
热议问题