Actions
Git¶
Browser¶
You can check the Repository in your browser for logs/sources.
Checkout¶
$ git clone https://git.lighttpd.net/lighttpd/lighttpd1.4.git
If you're developer the checkout command is:
$ git clone git+ssh://git@lighttpd.net/lighttpd/lighttpd1.4.git
Building¶
Ensure you have installed the latest development tools available for the following packages:- autoconf
- automake
- libtool
- m4
- pkg-config
Then, you need to execute ./autogen.sh
before you can use ./configure
and friends.
cmake and scons should be working too.
Updated by stbuehler almost 5 years ago ยท 13 revisions