Skip to content

Commit

Permalink
Merge pull request #216 from kojix2/kojix-readme1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
kojix2 authored Aug 17, 2019
2 parents 70ca17b + c390d76 commit 8e8b58d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ IRuby is a Ruby kernel for [Jupyter project](http://try.jupyter.org/).
## Installation
How to set up [ZeroMQ](http://zeromq.org/) depends on your environment.
You can use one of the following libraries.
* [ffi-rzmq](https://github.com/chuckremes/ffi-rzmq) and [libzmq](https://github.com/zeromq/libzmq) >= 3.2
* [CZTop](https://gitlab.com/paddor/cztop) and [CZMQ](https://github.com/zeromq/czmq) >= 4.0.0
* [ffi-rzmq](https://github.com/chuckremes/ffi-rzmq) and [libzmq
](https://github.com/zeromq/libzmq) >= 3.2

### Ubuntu
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
Expand All @@ -25,6 +24,10 @@ sudo apt install git libzmq-dev autoconf pkg-config
git clone https://github.com/zeromq/czmq
cd czmq
./autogen.sh && ./configure && sudo make && sudo make install

gem install cztop
gem install iruby --pre
iruby register --force
```

#### Setup ZeroMQ on Ubuntu 17.04 to 18.10
Expand All @@ -33,11 +36,8 @@ Use official packages.
```shell
sudo apt install libtool libffi-dev ruby ruby-dev make
sudo apt install libzmq3-dev libczmq-dev
```

#### Install CZTop and IRuby
```shell
gem install cztop
gem install ffi-rzmq
gem install iruby --pre
iruby register --force
```
Expand Down

0 comments on commit 8e8b58d

Please sign in to comment.