Project

General

Profile

Actions

BuildFromGit » History » Revision 4

« Previous | Revision 4/5 (diff) | Next »
stbuehler, 2018-07-21 21:23


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 6 years ago · 5 revisions