Skip to content

Instantly share code, notes, and snippets.

@pjvds
Last active August 29, 2015 13:57
Show Gist options
  • Save pjvds/9772973 to your computer and use it in GitHub Desktop.
Save pjvds/9772973 to your computer and use it in GitHub Desktop.
sudo apt-get update && \
sudo apt-get install build-essential git libev-dev -y && \
git clone https://github.com/lighttpd/weighttp.git && \
cd weighttp && \
./waf configure && \
./waf build && \
cp build/default/weighttp /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment