Skip to content

Commit 35dd887

Browse files
authored
Update README
Change Ubuntu version order
1 parent d773478 commit 35dd887

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,28 @@ We recommend the [Pry](https://github.com/pry/pry) backend for full functionalit
1919
### Ubuntu
2020
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
2121

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
2423

2524
```shell
2625
sudo apt install libtool libffi-dev ruby ruby-dev make
27-
sudo apt install git libzmq-dev autoconf pkg-config
28-
git clone https://github.com/zeromq/czmq
29-
cd czmq
30-
./autogen.sh && ./configure && sudo make && sudo make install
26+
sudo apt install libzmq3-dev libczmq-dev
3127

32-
gem install cztop
28+
gem install ffi-rzmq
3329
gem install iruby --pre
3430
iruby register --force
3531
```
3632

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.
3935

4036
```shell
4137
sudo apt install libtool libffi-dev ruby ruby-dev make
42-
sudo apt install libzmq3-dev libczmq-dev
38+
sudo apt install git libzmq-dev autoconf pkg-config
39+
git clone https://github.com/zeromq/czmq
40+
cd czmq
41+
./autogen.sh && ./configure && sudo make && sudo make install
4342

44-
gem install ffi-rzmq
43+
gem install cztop
4544
gem install iruby --pre
4645
iruby register --force
4746
```

0 commit comments

Comments
 (0)