Open dpetruha opened 3 months ago
Hi @dpetruha,
Thank you for your message.
The README.md file around version v0.7.3 had this explanation. From version v0.7.4, we added the native-package-installer. This automatically installs the required zeromq libraries for each platform when you install the iruby gem.
https://github.com/SciRuby/iruby/blob/fe16c1b6de2463d5c5552dd64b0645bf930b5834/ext/Rakefile#L10-L15
On macOS, the zmq package is expected to be installed automatically by Homebrew. However, this may not work in some cases. The last update was made three years ago, so it might not work well now. Please let me know your OS version. If you have any ideas for a pull request, please send them.
Hello! I tried to install iruby to my local env (running MacOS) and was getting the error below. As appeared I had to install zmq first before installing iruby. Update README document to include zmq installation in Requirements section.