Building on Windows ------------------- First install Qt + MingW compiler Add both Qt and MingW bin directories to your PATH Verify they work by opening a command prompt and typing "make -v" and "qmake -v" and make sure command are found. A) Using QDevelop 1) First run the "build-libexif.bat" script 2) Now open Photoframe.pro with QDevelop, click build 3) Use the "refresh-translations.bat" for deployment 4) Use "clean.bat" before making a dist package B) Using command line only 1) "build-all.bat" will do everything 2) "run.bat" to run it 3) "clean.bat" to remove everything built