Project

General

Profile

BuildFromGit » History » Revision 3

Revision 2 (stbuehler, 2010-11-13 12:49) → Revision 3/4 (stbuehler, 2012-08-11 10:42)

h1. Build from git 

 h2. Build Dependencies 

 * glib >= 2.16.0 (http://www.gtk.org/) 
 * libev (http://software.schmorp.de/pkg/libev.html) 
 * cmake or autotools 

 h2. Checkout 

 <pre> 
 {{repository}} 
 </pre> 

 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 

 h2. Building 

 h3. CMake 

 <pre> 
 cmake . 
 make 
 </pre> 

 h3. Autotools 

 <pre> 
 ./autogen.sh 
 ./configure 
 make 
 </pre>