* Add a patch from Davor Ocelic.
[kdebindings.git] / php / phpqt / README.SVN
blobbd2d7c6b05c4377335c525fa52e7a7e2dcc7cd90
1 Installation after checking out from SVN
3 make sure qmake is in your path!
5 ==========================================
6 the automatic way: 
7 - run build.sh in the directory where you 
8 found it
9 - add extension=php_qt.so to your php.ini file
11 ==========================================
12 by foot:
13 - Make sure you have DBus support in Qt, set QTDIR and put qmake into your path
14 - Run ./prepare_svn.sh to fetch Smoke, Kalyptus and CMake modules
15 - rename CMakeLists.txt.php-qt to CMakeLists.txt (it will overwrite the other CMakeLists.txt file)
16 - Create a build dir and run cmake, make and make install
17 - Define qt.codec=Latin1 and extension=php_qt.so in your php.ini file