Installation Instructions for DesktopNova
=========================================

DesktopNova uses cmake to generate makefiles for the target system.
If you want to build DesktopNova and install it into a temporary directory, you
should read the section "Invoking the localbuild Script" in the file named
INSTALL in the root of the source tree.

For more control about the process you should read the following instructions.

Generating Makefiles (Invoking CMake)
-------------------------------------

[TODO]

For further information about CMake, see http://www.cmake.org/.

Compiling DesktopNova
---------------------
You can compile DesktopNova by executing make:

    make

This will compile all important targets.

Of course, you can compile a single target:

    make <target>

Some special targets are:
    - pots
    - ...

Installation
------------
The installation of DesktopNova is also very easy:

    make install

This command will install all files. You can change the destination directory
by changing the corresponding cmake variable. This is explained in the section
"Generating Makefiles (Invoking CMake)".
