SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
890 stars 27 forks source link

Use native-package-installer to install zeromq automatically #307

Closed mrkn closed 3 years ago

mrkn commented 3 years ago

I'd like to install libzmq automatically by native-package-installer when a user run gem install iruby.

For example in Windows:

Screen Shot 2021-07-20 at 01 25 11
mrkn commented 3 years ago

@kou Could you check whether my use of native-package-installer is good?

kou commented 3 years ago

It's almost good but some package names are wrong. How about #308? It also has tests for auto install on Ubuntu, macOS and Windows.