X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qjson%2FINSTALL;fp=qjson%2FINSTALL;h=455c0296c1b01a71ab277a584fc47a49da3d1eb8;hb=ee706308ee879b887a027bd91f4ae2c6c71266ca;hp=0000000000000000000000000000000000000000;hpb=2579dac685ea464da270642c9fdea2ab4cb1c8a5;p=buliscores diff --git a/qjson/INSTALL b/qjson/INSTALL new file mode 100644 index 0000000..455c029 --- /dev/null +++ b/qjson/INSTALL @@ -0,0 +1,39 @@ +Installing QJson +-------------- + +QJson requires: +- Qt 4.0 or greater +- cmake 2.6 or greater + +Some possible cmake options: + -DCMAKE_BUILD_TYPE=DEBUG + enables some debug output (other than making easier to debug the code) + -DQJSON_BUILD_TESTS=yes or -DKDE4_BUILD_TESTS=yes + builds the unit tests + -DCMAKE_INSTALL_PREFIX=${HOME}/testinstall + install qjson in a custom directory + -DCMAKE_INCLUDE_PATH=${HOME}/testinstall/include + include a custom include directory + -DCMAKE_LIBRARY_PATH=${HOME}/testinstall/lib + include a custom library directory + -DLIB_DESTINATION=lib64 + if you have a 64 bit system with separate libraries for 64 bit libraries + -DQJSON_VERBOSE_DEBUG_OUTPUT:BOOL=ON + more debugging statements are generated by the parser. It's useful only if you are trying to fix the bison grammar. + +For Unix/Linux/Mac: + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=_preferred_path_ .. + make + make install + /sbin/ldconfig, if necessary + +For Symbian: + Read this page: http://qjson.sourceforge.net/get_it/symbian.html + +For Windows: + Read this page: http://qjson.sourceforge.net/get_it/windows.html + +Please report problems to: + https://lists.sourceforge.net/mailman/listinfo/qjson-devel