Skip to content

Commit a9f1bed

Browse files
committed
Update README
1 parent ecc7a27 commit a9f1bed

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,41 @@ bxrabbitmq makes use or is based on:
1818
* RabbitMQ HTTP-based API for server admin (https://www.rabbitmq.com/management.html)
1919

2020
bxrabbitmq depends on:
21+
2122
* The RabbitMQ-C client library (https://github.com/alanxz/rabbitmq-c)
2223

23-
On Ubuntu 18.04 : librabbitmq 0.8.0
24+
* On Ubuntu 18.04 : librabbitmq 0.8.0
25+
* On Ubuntu 20.04 : librabbitmq 0.10.0
2426

2527
```
26-
$ sudo apt-get install librabbitmq-dev librabbitmq4
28+
$ sudo apt-get install librabbitmq-dev
2729
```
2830

29-
* Boost (version >=1.58, but former version may work)
31+
* Boost (version >=1.65, but former version may work)
3032

31-
On Ubuntu 18.04 : Boost 1.65.1
33+
* On Ubuntu 18.04 : Boost 1.65.1
34+
* On Ubuntu 20.04 : Boost 1.71.0
3235

3336
```
3437
$ sudo apt-get install libboost-all-dev
3538
```
3639

3740
* cURLpp (https://github.com/jpbarrette/curlpp) for optional server management code
3841

39-
On Ubuntu 18.04 : libcurl 7.58.0
42+
* On Ubuntu 18.04 : libcurl 7.58.0
43+
* On Ubuntu 20.04 : libcurl 7.68.0
4044

4145
```
4246
$ sudo apt-get install libcurl4-openssl-dev libcurl4
43-
$ sudo apt-get install libcurlpp-dev libcurlpp0
47+
$ sudo apt-get install libcurlpp-dev
4448
```
4549

4650
* BxJsontools (https://github.com/BxCppDev/bxjsontools) for optional server management code
4751

4852
* CMake and pkgconfig for build and install
4953

50-
On Ubuntu 18.04 : CMake 3.10.2, pkgconfig 0.29.1
54+
* On Ubuntu 18.04 : CMake 3.10.2, pkg-config 0.29.1
55+
* On Ubuntu 20.04 : CMake 3.16.3, pkg-config 0.29.1
5156

5257
```
5358
$ sudo apt-get install cmake pkg-config
@@ -85,7 +90,8 @@ $ cmake --help-module FindBoost
8590

8691
**Note:**
8792

88-
* 2017-09-26: Linuxbrew formula for rabbitmq-c is available from Linuxbrew
93+
* 2017-09-26: (OBSOLETE 2020-02-03) :
94+
Linuxbrew formula for rabbitmq-c is available from Linuxbrew
8995
core tap. Formulas for bxjsontools and bxrabbitmq are available from
9096
the https://github.com/BxCppDev/homebrew-bxtap.
9197

0 commit comments

Comments
 (0)