summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-07-15 13:33:27 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-07-15 13:33:27 -0700
commitcb428fbe9fceea33602715e50ef7e6ee01d9ac93 (patch)
treea883bb0393ed85d0aa9970f1d1657f177c33b56c /README.md
parentMerge branch 'git_refactor' (diff)
downloadjitterbug-cb428fbe9fceea33602715e50ef7e6ee01d9ac93.tar.gz
Add a note to the readme about current non-Perl dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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