Cubitect / cubiomes-viewer

An efficient graphical Minecraft seed finder and map viewer.
GNU General Public License v3.0
1.05k stars 62 forks source link

Can't run Cubiomes- Viewer #281

Closed AndersStabell closed 7 months ago

AndersStabell commented 8 months ago

I have MinGW and Qt5.0 something and i can't find out how to get qt 5.9 and i still can't run cubiomes viewer all that happens is it creates an empty window.

Cubitect commented 8 months ago

Are you trying to compile it yourself? If you just want to run the tool, the executable from the releases section should run as is. It doesn't require you to install anything else.

If you want to compile the tool, you should follow the build instructions, and I recommend getting Qt via the offline installer (which is only available for Qt 5.12.12) and select MinGW during the install. You can get the source code for cubiomes-viewer with a recursive git clone, or from the source bundle in the releases section (cubiomes-viewer-VERS-src.tar.gz).