*sqlite engine wrapper changed
[sqool.git] / INSTALL
bloba6463d03e589c2def710b88e6a48967c65bd5b7d
1 Installation
2 ============
4 For an installation guide you need to create the html documentantion first.
5 It's based on the doxygen system so doxygen has to be installed on your
6 system.
8 This should be done by:
9 ./makedoc
11 After the script has finished generating the html help, you find it in the
12 Documentation/html directory as index.html. The installation steps are
13 described right there.
15 Well, for those with no doxygen -  without any warranty:
16     
17     ./qmake-qt4 -o Makefile sqool.pro
18     ./make
19     ./make install
20     (of course with the root privileges)