Quick reference on how to build telepathy-inspector
===================================================

First of all, you must have SCons installed to build this application.

To build:
$> scons

To get help on configuration options:
$> scons --help

To set a configuration variable:
$> scons VAR_NAME=var_value

To install:
$> scons install

To clear build files:
$> scons -c
