Commit f40bbe42dabd384b84f2a5080706b6614ff3e1a9

Authored by Antonio Terceiro
1 parent 1091ed79

Clarifying instructions in HACKING

Showing 1 changed file with 7 additions and 3 deletions   Show diff stats
HACKING
... ... @@ -5,9 +5,13 @@ Noosfero development.
5 5  
6 6 == Requirements for development
7 7  
8   -First, install all requirements listed in INSTALL. After, you need to install
9   -some packages be able to run Noosfero tests. On Debian GNU/Linux and
10   -Debian-based systems, you install them with the following command:
  8 +First, install all requirements listed in INSTALL. Note that you do not need to
  9 +follow all the steps described there, you only need to install the packages
  10 +listed in the "Requirements" section.
  11 +
  12 +After installing the requirements listed in INSTALL, you need to install some
  13 +packages be able to run Noosfero tests. On Debian GNU/Linux and Debian-based
  14 +systems, you install them with the following command:
11 15  
12 16 # apt-get install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb
13 17  
... ...