Commit e13828544303c2d2be30abfd75cd3a7d0fb133c2
Committed by
Antonio Terceiro
1 parent
d9eb3631
Exists in
master
and in
29 other branches
Documenting dependency on po4a
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
HACKING
@@ -9,7 +9,7 @@ First, install all requirements listed in INSTALL. After, you need to install | @@ -9,7 +9,7 @@ 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 | 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: | 10 | Debian-based systems, you install them with the following command: |
11 | 11 | ||
12 | - # apt-get install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick | 12 | + # apt-get install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a |
13 | 13 | ||
14 | On other systems, they may or may not be available through your regular package | 14 | On other systems, they may or may not be available through your regular package |
15 | management system. Below are the links to their homepages. | 15 | management system. Below are the links to their homepages. |
@@ -18,6 +18,7 @@ management system. Below are the links to their homepages. | @@ -18,6 +18,7 @@ management system. Below are the links to their homepages. | ||
18 | * Tidy: http://tidy.sourceforge.net/ | 18 | * Tidy: http://tidy.sourceforge.net/ |
19 | * Hpricot: http://github.com/whymirror/hpricot | 19 | * Hpricot: http://github.com/whymirror/hpricot |
20 | * Imagemagick: http://wwwimagemagick.org/ | 20 | * Imagemagick: http://wwwimagemagick.org/ |
21 | +* po4a: http://po4a.alioth.debian.org/ | ||
21 | 22 | ||
22 | == Boostraping a development/test environment | 23 | == Boostraping a development/test environment |
23 | 24 |