Commit 50c7aae734348ce4554188cec1792de2674d6410

Authored by Antonio Terceiro
1 parent 8d97fd45

Documenting dependency on xvfb for developers

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 9 some packages be able to run Noosfero tests. On Debian GNU/Linux and
10 10 Debian-based systems, you install them with the following command:
11 11  
12   - # apt-get install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a
  12 + # apt-get install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb
13 13  
14 14 On other systems, they may or may not be available through your regular package
15 15 management system. Below are the links to their homepages.
... ... @@ -19,6 +19,7 @@ management system. Below are the links to their homepages.
19 19 * Hpricot: http://github.com/whymirror/hpricot
20 20 * Imagemagick: http://wwwimagemagick.org/
21 21 * po4a: http://po4a.alioth.debian.org/
  22 +* xvfb: http://packages.debian.org/lenny/xvfb
22 23  
23 24 == Boostraping a development/test environment
24 25  
... ...