Skip to content

Commit 5d42bc3

Browse files
committed
Update READMEs
1 parent d05e94d commit 5d42bc3

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

README.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,40 @@ 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-
* The RabbitMQ-C client library (https://github.com/alanxz/rabbitmq-c),
21+
* The RabbitMQ-C client library (https://github.com/alanxz/rabbitmq-c)
22+
23+
On Ubuntu 18.04 : librabbitmq 0.8.0
24+
25+
```
26+
$ sudo apt-get install librabbitmq-dev librabbitmq4
27+
```
28+
2229
* Boost (version >=1.58, but former version may work)
23-
* cURLpp (https://github.com/jpbarrette/curlpp) for optional server management code,
24-
* BxJsontools (https://github.com/BxCppDev/bxjsontools) for optional server management code,
25-
* CMake and pkgconfig for build and install.
30+
31+
On Ubuntu 18.04 : Boost 1.65.1
32+
33+
```
34+
$ sudo apt-get install libboost-all-dev
35+
```
36+
37+
* cURLpp (https://github.com/jpbarrette/curlpp) for optional server management code
38+
39+
On Ubuntu 18.04 : libcurl 7.58.0
40+
41+
```
42+
$ sudo apt-get install libcurl4-openssl-dev libcurl4
43+
$ sudo apt-get install libcurlpp-dev libcurlpp0
44+
```
45+
46+
* BxJsontools (https://github.com/BxCppDev/bxjsontools) for optional server management code
47+
48+
* CMake and pkgconfig for build and install
49+
50+
On Ubuntu 18.04 : CMake 3.10.2, pkgconfig 0.29.1
51+
52+
```
53+
$ sudo apt-get install cmake pkg-config
54+
```
2655

2756
## License:
2857

tools/README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
========================
2+
README
3+
========================
4+
5+
6+
7+
.. code:: bash
8+
9+
$ boost_1_69_setup
10+
$ bxjsontools_setup
11+
$ ./tools/build.sh --boost-root /scratch/ubuntu18.04/BxInstall/boost-1.69.0 --mgr
12+
13+
14+
..

0 commit comments

Comments
 (0)