diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-07-15 13:33:27 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-07-15 13:33:27 -0700 |
| commit | cb428fbe9fceea33602715e50ef7e6ee01d9ac93 (patch) | |
| tree | a883bb0393ed85d0aa9970f1d1657f177c33b56c /README.md | |
| parent | Merge branch 'git_refactor' (diff) | |
| download | jitterbug-cb428fbe9fceea33602715e50ef7e6ee01d9ac93.tar.gz | |
Add a note to the readme about current non-Perl dependencies
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
