Actions
Build from git¶
Build Dependencies¶
- libevent (http://libevent.org/)
- cmake or autotools
Checkout¶
git clone git://git.lighttpd.net/scgi-cgi.gitYou can download Snapshots too:
- http://git.lighttpd.net/scgi-cgi.git/snapshot/scgi-cgi-master.zip
- http://git.lighttpd.net/scgi-cgi.git/snapshot/scgi-cgi-master.tar.gz
Building¶
CMake¶
cmake . make
Autotools¶
./autogen.sh ./configure make
Updated by stbuehler about 11 years ago · 1 revisions