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
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,28 @@ We recommend the [Pry](https://github.com/pry/pry) backend for full functionalit
19
19
### Ubuntu
20
20
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
21
21
22
-
#### Setup ZeroMQ on Ubuntu 16.04
23
-
CZTop requires CZMQ >= 4.0.0 and ZMQ >= 4.2.0. The official packages for Ubuntu 16.04 don't satisfy these version requrements, so you need to install from source.
22
+
#### 17.04 to 19.04
24
23
25
24
```shell
26
25
sudo apt install libtool libffi-dev ruby ruby-dev make
./autogen.sh && ./configure && sudo make && sudo make install
26
+
sudo apt install libzmq3-dev libczmq-dev
31
27
32
-
gem install cztop
28
+
gem install ffi-rzmq
33
29
gem install iruby --pre
34
30
iruby register --force
35
31
```
36
32
37
-
#### Setup ZeroMQ on Ubuntu 17.04 to 19.04
38
-
Use official packages.
33
+
#### 16.04
34
+
CZTop requires CZMQ >= 4.0.0 and ZMQ >= 4.2.0. The official packages for Ubuntu 16.04 don't satisfy these version requrements, so you need to install from source.
39
35
40
36
```shell
41
37
sudo apt install libtool libffi-dev ruby ruby-dev make
0 commit comments