| .. | |||
| config | 5 years ago | ||
| docs | 5 years ago | ||
| flickcurl | 5 years ago | ||
| fonts | 5 years ago | ||
| i18n | 5 years ago | ||
| icons | 5 years ago | ||
| libexif | 5 years ago | ||
| photos/ Internal | 5 years ago | ||
| pics | 5 years ago | ||
| sounds | 5 years ago | ||
| src | 5 years ago | ||
| Photoframe.pro | 5 years ago | ||
| README.txt | 5 years ago | ||
| _env.bat | 5 years ago | ||
| _env.sh | 5 years ago | ||
| build-all.bat | 5 years ago | ||
| build-all.sh | 5 years ago | ||
| build-libexif.bat | 5 years ago | ||
| build-libexif.sh | 5 years ago | ||
| clean.bat | 5 years ago | ||
| clean.sh | 5 years ago | ||
| dos.inc | 5 years ago | ||
| idea.txt | 5 years ago | ||
| refresh-translations.sh | 5 years ago | ||
| run-unix-script.bat | 5 years ago | ||
| run.bat | 5 years ago | ||
| run.sh | 5 years ago | ||
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