======Precompiled Win7 64bit toolchain====== This is a little service for very eager Photivo users, who always want to have the latest version. With this it is pretty simple to compile (and develop) Photivo. However, the guide here may be a little rough... Visit all projects mentioned [[http://photivo.org/photivo/download/windows|here]] for their individual copyright information and source code. The toolchain is only to be used with GPL3 software. * Get both files: [[http://code.google.com/p/photivo/downloads/detail?name=test.7z.001|file 1]], [[http://code.google.com/p/photivo/downloads/detail?name=test.7z.002|file 2]]. * Extract them with 7Zip, e.g. to ''C:\toolchain''. * Change the paths in ''C:\toolchain\tdm-471-x64\msys\etc\fstab'' accordingly (use forward slashes). * Start the shell with ''C:\toolchain\tdm-471-x64\msys\msys.bat''. * Install TortoiseHG and add it to your path. * Now you can download and compile Photivo like described in [[http://photivo.org/photivo/download/windows#building_photivo|"building Photivo"]]. The ''qmake'' call is a little different though: qmake CONFIG+=WithoutGimp CONFIG+=RELEASE * Have fun.