diff options
Diffstat (limited to 'third_party/lighttpd/README.GOOGLE')
-rw-r--r-- | third_party/lighttpd/README.GOOGLE | 16 |
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.... |