Commit 3fc9a64ef6c205e121bb21acb1644d62d2d7cd45
1 parent
7c675b48
Exists in
master
and in
28 other branches
ActionItem935: documenting new dependency
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/README_FOR_APP.en
... | ... | @@ -22,10 +22,11 @@ You need to have a Subversion client (svn) installed, as well as: |
22 | 22 | * will_paginate: http://github.com/mislav/will_paginate/wikis |
23 | 23 | * contacts: http://github.com/cardmagic/contacts/tree/master |
24 | 24 | * iso-codes: http://pkg-isocodes.alioth.debian.org/ |
25 | +* feedparser: http://packages.debian.org/sid/libfeedparser-ruby | |
25 | 26 | |
26 | 27 | There are Debian packages available for all of them but ferret. Try: |
27 | 28 | |
28 | - # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby liblocale-ruby libwill-paginate-ruby iso-codes | |
29 | + # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby liblocale-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby | |
29 | 30 | |
30 | 31 | Ferret shall enter Debian soon (as <tt>libferret-ruby</tt>). until there you have two options: |
31 | 32 | ... | ... |