Project

General

Profile

BuildFromGit » History » Revision 4

Revision 3 (stbuehler, 2012-08-11 10:42) → Revision 4/5 (stbuehler, 2018-07-21 21:23)

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> 
 git clone git://git.lighttpd.net/multiwatch.git 
 </pre> 

 You can download Snapshots too: 
 * https://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.zip http://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.zip 
 * https://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.tar.gz http://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.tar.gz 

 h2. Building 

 h3. CMake 

 <pre> 
 cmake . 
 make 
 </pre> 

 h3. Autotools 

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