Commit 3f3d9667ba41d1a6e2b9f665bac284a2215ded05
1 parent
39b25f66
Exists in
master
and in
29 other branches
ActionItem154: caught an undocumented dependency
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1244 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/README_FOR_APP
... | ... | @@ -17,10 +17,11 @@ You need to have a Subversion client (svn) installed, as well as: |
17 | 17 | * rcov: http://eigenclass.org/hiki/rcov |
18 | 18 | * Ferret: http://ferret.davebalmain.com/trac |
19 | 19 | * RMagick: http://rmagick.rubyforge.org/ |
20 | +* RedCloth: http://whytheluckystiff.net/ruby/redcloth/ | |
20 | 21 | |
21 | 22 | There are Debian packages available for all of them but ferret. Try: |
22 | 23 | |
23 | - # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby | |
24 | + # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby | |
24 | 25 | |
25 | 26 | Ferret shall enter Debian soon (as <tt>libferret-ruby</tt>). until there you have two options: |
26 | 27 | ... | ... |