view configure @ 12:dbf24a82f625 default tip

Fix doxygen comments and add a Doxyfile
author Louis Opter <kalessin@kalessin.fr>
date Fri, 07 Jan 2011 21:49:31 +0100
parents 3a1977ecccc7
children
line wrap: on
line source

#!/bin/sh

# Use /usr as a prefix so it works our of the box with collectd.
which cmake >/dev/null 2>&1 \
    && cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/ . \
    || echo "You need to install cmake (http://www.cmake.org/) to configure the liblxcstats"