File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ To successfully use the examples you will need a running RabbitMQ server.
7
7
8
8
## Requirements
9
9
10
- To run this code you need to intall Net::RabbitFoot
10
+ To run this code you need to intall Net::RabbitFoot.
11
11
12
12
cpan -i Net::RabbitFoot
13
13
14
14
For tutorial six UUID::Tiny needs to be installed.
15
15
16
16
cpan -i UUID::Tiny
17
17
18
+ On Ubuntu:
19
+
20
+ sudo apt-get install make libclass-data-inheritable-perl libtest-deep-perl libmoosex-app-cmd-perl libcoro-perl libjson-xs-perl libxml-libxml-perl libconfig-any-perl libmoosex-attributehelpers-perl libmoosex-configfromfile-perl libtest-exception-perl libfile-sharedir-perl libreadonly-xs-perl libuuid-tiny-perl
21
+ sudo cpan -i Net::RabbitFoot
22
+
18
23
## Code
19
24
20
25
[ Tutorial one: "Hello World!"] ( http://www.rabbitmq.com/tutorial-one-python.html ) :
You can’t perform that action at this time.
0 commit comments