BuildFromGit » History » Revision 3
Revision 2 (stbuehler, 2010-03-25 22:53) → 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> git clone git://git.lighttpd.net/multiwatch.git </pre> You can download Snapshots too: * http://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.zip * 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>