Actions
BuildFromGit » History » Revision 2
« Previous |
Revision 2/4
(diff)
| Next »
stbuehler, 2010-11-13 12:49
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¶
{{repository}}You can download Snapshots too:
- http://cgit.lighttpd.net/fcgi-cgi/snapshot/fcgi-cgi-master.zip
- http://cgit.lighttpd.net/fcgi-cgi/snapshot/fcgi-cgi-master.tar.gz
Building¶
CMake¶
cmake . make
Autotools¶
./autogen.sh ./configure make
Updated by stbuehler about 14 years ago · 2 revisions