How to build Image Uploader (GUI) v1.3.3 from source on Windows
Thanks to the switch to the Conan package manager, the Image Uploader program can now be built (in its basic configuration) without any voodoo. The build process has finally become stable and reproducible.
You will need:
- Git https://git-scm.com/downloads
- Microsoft Visual Studio 2019 or newer (with a C++ compiler) https://visualstudio.microsoft.com/downloads/
- CMake (tested with v3.18.2, the program's path must be in the PATH variable) https://cmake.org/
- Python 3 https://www.python.org/downloads/
- Conan v1.x (C++ package manager) https://conan.io/ (I recommend installing it via pip)