CalcuDoku Code
Status: Abandoned
Brought to you by:
windkracht8
Introduction ------------ This file explains how to compile CalcuDoku and what is there and where. There are 3 versions of CalcuDoku. Desktop This is the version for your desktop computer and probably the one you are looking for. Mobile This is a version with a user interface adjusted to smaller screens. If you want to compile CalcuDoku for you PDA or smartphone, this is the version you gonna want. Website This is the version if you want to host a CalcuDoku website. It is the driving force behind calcudoku.windkracht8.com. Dependencies ------------ Dekstop Qt4 >= 4.4 Mobile Qt4 wince >= 4.4 (http://qt.nokia.com/downloads/win-ce-cpp) Website None Compiling --------- Desktop - qmake calcudoku.pro - make - make install (need to be root on linux) Mobile Windows mobile/Visual studio: - Follow http://doc.qt.nokia.com/4.8-snapshot/install-wince.html (in visual studio terminal) - setcepaths wincewm65professional-msvc2008 - qmake mobile.pro or: qmake -tp vc mobile.pro (to create Visual studio project) - nmake Android - Just use Necessitas: http://sourceforge.net/p/necessitas If someone compiles it for iPhone or some other mobile platform, please let me know how on the forum or tracker: http://calcudoku.sf.net Website - qmake website.pro - make (no make install available, you know where to put the executable) Directory's ----------- shared Contains the platform independent c++ core code of CalcuDoku. This is shared by all versions and contains 0 user interface, and as little library's as necessary. gui Contains the GUI part of the desktop version. All in Qt. mob Contains the GUI part of the mobile version. All in Qt. www Contains the UI part of the website version. All in c++, can be run as a CGI program. include Contains some graphics. License -------- GNU GPL v3 See LICENSE.txt for details. Contact -------- Website: http://calcudoku.sf.net