Actions
BuildFromGit » History » Revision 1
Revision 1/4
| Next »
stbuehler, 2010-03-24 21:58
BuildFromGit¶
Build Dependencies¶
- glib >= 2.16.0 (http://www.gtk.org/)
- libev (http://software.schmorp.de/pkg/libev.html)
- cmake or autotools
Checkout¶
git clone git://git.lighttpd.net/multiwatch.gitYou can download Snapshots too:
- http://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.zip
- http://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.tar.gz
Building¶
CMake¶
cmake . make
Autotools¶
./autogen.sh ./configure make
Updated by stbuehler over 14 years ago · 1 revisions