Commit 86f0471d6d96a7ac0f67ed461eb2bd53d9b91b4c

Authored by Daniela Feitosa
2 parents 219df856 717fe8d0

Merge commit 'refs/merge-requests/156' of git://gitorious.org/noosfero/noosfero …

…into merge-requests/156
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/quick-start-debian
... ... @@ -21,7 +21,7 @@ runtime_dependencies=$(sed -e '1,/^Depends:/d; /^Recommends:/,$ d; s/([^)]*)//g;
21 21 run sudo apt-get -y install $runtime_dependencies
22 22  
23 23 # needed for development
24   -run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb
  24 +run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb libxml2-dev libxslt-dev
25 25 run gem install bundler
26 26 run bundle install
27 27  
... ...