Project

General

Profile

Actions

BuildFromGit » History » Revision 3

« Previous | Revision 3/4 (diff) | Next »
stbuehler, 2012-08-11 10:42


Build from git

Build Dependencies

Checkout

git clone git://git.lighttpd.net/multiwatch.git
You can download Snapshots too:

Building

CMake

cmake .
make

Autotools

./autogen.sh
./configure
make

Updated by stbuehler over 11 years ago · 3 revisions