Actions
DevelGit » History » Revision 13
« Previous |
Revision 13/20
(diff)
| Next »
stbuehler, 2016-04-08 16:24
change to git
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 over 8 years ago · 13 revisions