From cb428fbe9fceea33602715e50ef7e6ee01d9ac93 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 15 Jul 2011 13:33:27 -0700 Subject: Add a note to the readme about current non-Perl dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0bd2385..0f71cc8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ as Moose, Dancer, DBIx::Class and others. # install missing dependencies ./Build installdeps - # you can also use cpanm + # The dependencies of Jitterbug currently need some XML libs to be installed + # On Debian-like systems you can do + sudo apt-get install libxml2-dev libexpat-dev + + # you can also use cpanm to install all Perl dependencies # cpanm --installdeps . # Look at config.yaml or example.yaml for how to configure your Jitterbug instance -- cgit v1.2.3