Actions
Build from git¶
Build Dependencies¶
- glib >= 2.16.0 (http://www.gtk.org/)
- libev (http://software.schmorp.de/pkg/libev.html)
- cmake or autotools
Checkout¶
git clone git://git.lighttpd.net/fcgi-cgi.gitYou can download Snapshots too:
- http://git.lighttpd.net/fcgi-cgi.git/snapshot/fcgi-cgi-master.zip
- http://git.lighttpd.net/fcgi-cgi.git/snapshot/fcgi-cgi-master.tar.gz
Building¶
CMake¶
cmake . make
Autotools¶
./autogen.sh ./configure make
Updated by stbuehler about 12 years ago ยท 4 revisions