Skip to content

Commit a52e816

Browse files
committedJul 7, 2012
Add guide for ubuntu install of perl prereqs.
1 parent 7db6993 commit a52e816

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎perl/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ To successfully use the examples you will need a running RabbitMQ server.
77

88
## Requirements
99

10-
To run this code you need to intall Net::RabbitFoot
10+
To run this code you need to intall Net::RabbitFoot.
1111

1212
cpan -i Net::RabbitFoot
1313

1414
For tutorial six UUID::Tiny needs to be installed.
1515

1616
cpan -i UUID::Tiny
1717

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+
1823
## Code
1924

2025
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):

0 commit comments

Comments
 (0)