You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).The text was updated successfully, but these errors were encountered: