Fixed minor documentation error.
[sloppygui.git] / INSTALL
blobf7f1b7edc5d546d4aae6204ea3750936dce52ad0
2     Installation
5 SloppyGUI requires Qt (atleast version 4.4) and qmake, the Qt Makefile
6 generator. The current qmake project file doesn't have support for
7 installations. However the main executable has the necessary resources
8 built-in by default so it's the only thing you need to deploy.
10 First you need to build the Makefile:
12     $ qmake
14 And to build the source:
16     $ make
18 Manual page is available but you have to built it separately. Building it
19 requires asciidoc (http://www.methods.co.nz/asciidoc/).
21     $ make doc-man
23 If you want to have an overview of SloppyGUI's source you can build the API
24 documentation:
26     $ make doc-api
28 You need doxygen (http://www.doxygen.org/) in order to build the API
29 documentation.