BuildFromGit » History » Revision 2
Revision 1 (stbuehler, 2010-03-24 21:58) → Revision 2/4 (stbuehler, 2010-03-25 22:53)
h1. Build from git BuildFromGit 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>