Commit 6af3808231738f4132e0f28963c013e81d615a4b

Authored by Antonio Terceiro
1 parent 5843d00f

Document missing dependency

(ActionItem1640)
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
INSTALL
... ... @@ -13,7 +13,7 @@ You need to install some packages Noosfero depends on. On Debian GNU/Linux or
13 13 Debian-based systems, all of these packages are available through the Debian
14 14 archive. You can install them with the following command:
15 15  
16   - # apt-get install ruby rake po4a libgettext-ruby-util libgettext-ruby1.8 libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby libferret-ruby libdaemons-ruby mongrel mongrel-cluster tango-icon-theme
  16 + # apt-get install ruby rake po4a libgettext-ruby-util libgettext-ruby1.8 libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby libferret-ruby libdaemons-ruby mongrel mongrel-cluster tango-icon-theme libhpricot-ruby
17 17  
18 18 On other systems, they may or may not be available through your regular package
19 19 management system. Below are the links to their homepages.
... ... @@ -33,6 +33,7 @@ management system. Below are the links to their homepages.
33 33 * Daemons - http://daemons.rubyforge.org/
34 34 * Mongrel: http://mongrel.rubyforge.org/
35 35 * tango-icon-theme: http://tango.freedesktop.org/Tango_Icon_Library
  36 +* Hpricot: http://hpricot.com/
36 37  
37 38 Note: the tango-icon-theme package is not available in Debian Lenny's main
38 39 repository, because back then it was not DFSG-free (Debian Squeeze will have it
... ...