For now, the application is officially Linux-only. You CAN NOT compile it on Windows by default. I am not planning to provide binaries, neither.
- X11-based DE/WM for any Linux distro
- OpenGL
- Make
Run git clone https://github.com/izonit/mizoview && cd mizoview && make -k in your terminal in your preferred directory.
Run ./build/mizoview in your terminal - it will open up the application. You will be asked to drag and drop the desired image at the interface. You can also run ./build/mizoview [FILE_PATH] (without the square brackets), where FILE_PATH is the path (preferrably, absolute) to the image you want to view. To make it usable globally, run sudo cp build/mizoview /usr/bin/, then try running the application wherever you prefer.

