Project

General

Profile

Actions

BuildFromGit » History » Revision 2

« Previous | Revision 2/4 (diff) | Next »
stbuehler, 2010-03-25 22:53


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 about 14 years ago · 2 revisions