summaryrefslogtreecommitdiffstats
path: root/third_party/lighttpd/README.GOOGLE
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 20:16:45 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 20:16:45 +0000
commitb6fb1984c04716e7655bdc3f1826f09a29a2cf57 (patch)
tree9a24c9e7e77727fc2e11bf3e0364f8a8b40b546e /third_party/lighttpd/README.GOOGLE
parent2b436c24c7fb17d1babcf2ac32b6d23029ca27d9 (diff)
downloadchromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.zip
chromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.tar.gz
chromium_src-b6fb1984c04716e7655bdc3f1826f09a29a2cf57.tar.bz2
Add Linux lighttpd for running LayoutTests on Linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5567 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lighttpd/README.GOOGLE')
-rw-r--r--third_party/lighttpd/README.GOOGLE16
1 files changed, 9 insertions, 7 deletions
diff --git a/third_party/lighttpd/README.GOOGLE b/third_party/lighttpd/README.GOOGLE
index 2f37cf6..4f19fe9 100644
--- a/third_party/lighttpd/README.GOOGLE
+++ b/third_party/lighttpd/README.GOOGLE
@@ -38,7 +38,7 @@ configure options:
--- For Linux ---
Similar to the Mac version, grab the sources, configure, compile and move
-binaries to the correct location in third_party/lighttpd/lnx/
+binaries to the correct location in third_party/lighttpd/linux/
LightTPD
1) Uncompress
@@ -52,11 +52,12 @@ LightTPD
make install
4) create directory and copy files
cd third_party/lighttpd/
- mkdir lnx
- cd lnx
+ mkdir linux
+ cd linux
mkdir bin
mkdir lib
cp /tmp/lighttpd_lnx/sbin/lighttpd bin/
+ strip bin/*
cp /tmp/lighttpd_lnx/lib/* lib/
PHP-CGI
@@ -72,12 +73,13 @@ PHP-CGI
make
make install
4) copy files
- cd third_party/lighttpd/lnx
- cp /tmp/php_lnx/bin/php_cgi bin/
-
+ cd third_party/lighttpd/linux
+ cp /tmp/php_lnx/bin/php-cgi bin/
+ strip bin/*
+
Extra: You can now remove the directories where you compiled and installed.
The resulting libraries and executables are then copied into the third_party
-dir in the source tree to mirror where the windows executables live. It's
+dir in the source tree to mirror where the windows executables live. It's
unfortunate that we can't build this all from source as part of the build
process, but the source isn't checked in for windows, so....