Comment 7 for bug 1003041

Revision history for this message
Bogdan Marinov (daggerstab) wrote :

I've merged the separate 64-bit version of the Inno Setup template, as it made maintenance more difficult:
http://bazaar.launchpad.net/~stellarium/stellarium/trunk/revision/5441
Could you please test if the new version works correctly?

Please also note that before you run "make install", you are supposed to set CMAKE_INSTALL_PREFIX to some temporary directory. On Windows, it defaults to Program Files, but it's not supposed to work like that. So, before "make install", run CMake with something like:

cmake -DCMAKE_INSTALL_PREFIX=c:\stellarium-temp\

See also this unfinished draft in the Stellarium Wiki for how to do this from Qt Creator:
http://www.stellarium.org/wiki/index.php/User:Daggerstab/Building_Stellarium_on_Windows_with_Qt_Creator