Commit e50b4ce51fd7e7662f26846d1cee2fa00774dabc

Authored by AntonioTerceiro
1 parent f35b2327

ActionItem65: documenting missing dependency



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@472 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 7 additions and 6 deletions   Show diff stats
doc/README_FOR_APP
@@ -9,15 +9,16 @@ so the process of setting it up is pretty similar to other Rails applications. @@ -9,15 +9,16 @@ so the process of setting it up is pretty similar to other Rails applications.
9 9
10 You need to have a Subversion client (svn) installed, as well as: 10 You need to have a Subversion client (svn) installed, as well as:
11 11
12 -* Ruby:http://www.ruby-lang.org/  
13 -* Rake:http://rake.rubyforge.org/  
14 -* Ruby-GetText:http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext  
15 -* Mocha:http://mocha.rubyforge.org/  
16 -* Ruby-sqlite3:http://rubyforge.org/projects/sqlite-ruby 12 +* Ruby: http://www.ruby-lang.org/
  13 +* Rake: http://rake.rubyforge.org/
  14 +* Ruby-GetText: http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
  15 +* Mocha: http://mocha.rubyforge.org/
  16 +* Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby
  17 +* rcov: http://eigenclass.org/hiki/rcov
17 18
18 There are Debian packages available for all of them. Try: 19 There are Debian packages available for all of them. Try:
19 20
20 - # aptitude install svn ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby 21 + # aptitude install svn ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov
21 22
22 If you have problems with the setup, use the development mailing list. In 23 If you have problems with the setup, use the development mailing list. In
23 special its possible that the requirements list above is not complete. 24 special its possible that the requirements list above is not complete.