Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4285)

Unified Diff: build/install-build-deps.sh

Issue 10653: Add Linux lighttpd for running LayoutTests on Linux. (Closed)
Patch Set: Added friendly error-message Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index f095217f2fdb476728038f2cb009b5f367d84e9a..828218f2d65c6d65a91447ca9eeac5acee5f0d67 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -29,7 +29,7 @@ download_deb() {
install_hardy() {
sudo apt-get install subversion pkg-config python perl g++ g++-multilib \
bison flex gperf libnss3-dev libglib2.0-dev libgtk2.0-dev \
- libnspr4-0d libnspr4-dev wdiff
+ libnspr4-0d libnspr4-dev wdiff lighttpd php5-cgi
wget -c http://www.trevp.com/tlslite/tlslite-0.3.8.tar.gz
tar xvfz tlslite-0.3.8.tar.gz

Powered by Google App Engine
This is Rietveld 408576698