Actions
Build from git¶
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:
- https://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.zip
- https://cgit.lighttpd.net/multiwatch/snapshot/multiwatch-master.tar.gz
Building¶
CMake¶
cmake . make
Autotools¶
./autogen.sh ./configure make
Updated by stbuehler over 6 years ago ยท 4 revisions