Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mac installation instructions #25

Open
pjf opened this issue Feb 10, 2014 · 3 comments
Open

Add Mac installation instructions #25

pjf opened this issue Feb 10, 2014 · 3 comments

Comments

@pjf
Copy link
Owner

pjf commented Feb 10, 2014

Lots of people use Macs and homebrew, so we should have an install guide for them.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1406171-add-mac-installation-instructions?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F347315&utm_medium=issues&utm_source=github).
@pjf pjf added the ★★☆ label Feb 10, 2014
@pjf
Copy link
Owner Author

pjf commented Feb 10, 2014

Pinging @mmcclimon , since I have no mac, and I presume there's a bit of homebrew magic to get dependencies installed. :)

@mmcclimon
Copy link
Contributor

Hmm...all I had to do was to brew install zeromq (or brew install zeromq22 for the older version). I had a bunch of stuff in homebrew already, so I'm not 100% sure that that's all someone from scratch would have to do.

Here are all your apt-get deps, with how I think they wound up on my system. I'm not sure this helps at all, but here it is.

  • libzmq-dev -- brew install zeromq
  • libexpat-dev -- in /usr/lib, I think by default
  • cpanminus -- via perlbrew, but easy enough to get from CPAN (cpan install App::cpanminus)
  • make -- installed by default, at /usr/bin/make
  • liblocal-lib-perl -- handled by perlbrew again

The other Perl packages I have are handled automatically by perlbrew, but can be gotten from CPAN. I think they're detected as dependencies when installing from dzil listdeps via cpanm, so there might not be anything else to do on Mac.

  • libnet-ssleay-perl
  • libnet-libidn-perl
  • libcrypt-ssleay-perl
  • libmethod-signatures-perl

@pjf pjf added the docs label Feb 11, 2014
@jessicalegner
Copy link

You may have to do this if error on ZMQ: cpanm ZMQ::LibZMQ3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants