Download Latest Version iipsrc61212.rar (4.7 MB)
Email in envelope

Get an email when there's a new version of IsItPrime

Home / Source
Name Modified Size InfoDownloads / Week
Parent folder
iipsrc61212.rar 2012-12-06 4.7 MB
ReadMe - SOURCE NOTES.txt 2012-12-06 1.6 kB
Totals: 2 Items   4.7 MB 0
IsItPrime 2.1.0 a/b
6 December 2012


Building from source currently works on Windows, OS X, and Linux. Read the individual notes for each OS before doing anything!

Tested on:

Windows 8 Pro 64-bit msvc-2012 using Qt 4.8.4
OS X 10.8.2 64-bit llvm 4.2 using Qt 4.8.4
Ubuntu 12.10 (Linux 3.2.0-34-generic) 64-bit g++ using Qt 4.8.3

Untested (but should work):

32-bit Windows
msvc-2010
g++ on OS X (change the qmake line in install-mac.command for whatever spec you wish to use)
Any other Linux flavor or distro...good luck with that...

You need Qt installed to build anything. Redistributing Qt is legal, but difficult, and I've not yet figured it out.

A note for Mac users - IsItPrime will build just fine, but try to make sure it doesn't make an XCode project out of it. That's why I use -spec macx-llvm. See the readme-osx file for more information.

If you use Qt 5.0.0 beta 2 (currently the latest version of Qt 5), then you will need to edit A LOT of source code to make IsItPrime even begin to compile! Qt 5 changes naming conventions greatly, so include paths would need changed wherever Qt-specific stuff is included, for instance <QtGui/something> would be <Qt/something> or <Qt/something.h> where Qt is a directory within the installation directory. 

Since I've yet to try Qt 5 on all platforms (only Mac, and with no luck!) I can't say much more about how it will or won't work. 

If you don't have the right tools (or Qt) installed or building from source is just too much of a headache, you should download the pre-made app from the SourceForge site.
 
Source: ReadMe - SOURCE NOTES.txt, updated 2012-12-06