Menu

Tree [r135] /
 History

HTTPS access


File Date Author Commit
 gui 2012-05-25 windkracht8 [r117] tGenerate needed some touchup for compiling wince
 include 2012-05-04 windkracht8 [r86] Fixed icon transparancy
 mob 2012-07-31 windkracht8 [r128] Updated download address
 qml 2012-07-26 windkracht8 [r127] Feature: #3525837 - Undo and Redo for mobile ve...
 shared 2013-08-21 windkracht8 [r135] Delete old files
 www 2013-08-21 windkracht8 [r134] Add the rest of the files
 Changelog.txt 2012-07-26 windkracht8 [r127] Feature: #3525837 - Undo and Redo for mobile ve...
 LICENSE.txt 2010-12-04 windkracht8 [r37] Solving bug #3126892 (Non-random Generation), a...
 Qt Code style.xml 2012-05-11 windkracht8 [r99] Added Qt code style xml
 README.txt 2012-05-11 windkracht8 [r101] Fix: #3511307 - Aborting takes to long
 calcudoku.nsi 2012-05-09 windkracht8 [r92] Improve: More data for Windows remove program w...
 calcudoku.pro 2012-05-11 windkracht8 [r94] Moved core to shared, code styling
 calcudoku_nl.qm 2012-05-03 windkracht8 [r84] Adding dutch translation for mobile version
 calcudoku_nl.ts 2012-05-03 windkracht8 [r84] Adding dutch translation for mobile version
 daemon.cpp 2013-08-21 windkracht8 [r135] Delete old files
 daemon.pro 2012-05-11 windkracht8 [r94] Moved core to shared, code styling
 icon.qrc 2010-09-26 windkracht8 [r10] Rename include files
 icon.rc 2010-09-26 windkracht8 [r10] Rename include files
 main.cpp 2012-05-11 windkracht8 [r98] Fix: Only asume parameter if it ends in .puz
 mobile.cpp 2012-05-11 windkracht8 [r100] Fix: Proper rendering on Android
 mobile.pro 2012-05-11 windkracht8 [r94] Moved core to shared, code styling
 mobile_nl.qm 2012-05-04 windkracht8 [r88] Updating dutch translation
 mobile_nl.ts 2012-05-04 windkracht8 [r88] Updating dutch translation
 qml.cpp 2012-07-26 windkracht8 [r127] Feature: #3525837 - Undo and Redo for mobile ve...
 qml.pro 2012-07-26 windkracht8 [r125] Translation for qml; Splash screen
 qml.qrc 2012-07-26 windkracht8 [r125] Translation for qml; Splash screen
 qml_nl.ts 2012-07-26 windkracht8 [r125] Translation for qml; Splash screen
 testing.cpp 2012-05-11 windkracht8 [r94] Moved core to shared, code styling
 testing.pro 2012-05-11 windkracht8 [r94] Moved core to shared, code styling

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.