minecraft-linux / mcpelauncher-ui-manifest

Manifest for the Qt launcher part, which lets you download and manage Minecraft versions and can assist in troubleshooting.
https://minecraft-linux.github.io
29 stars 8 forks source link

Can't compile apk downloader #63

Open Danetterry opened 8 months ago

Danetterry commented 8 months ago

Describe the bug I trying to build this repo. I using Artix Linux and installed all required libs

To Reproduce Steps to reproduce the behavior:

  1. Go to compiling instruction.
  2. Paste all commands
  3. Get error
  4. Created this issue

Expected behavior There's logs: makelog.txt

Screenshots See logs

Desktop (please complete the following information):

Additional context Maybe this problem with my libs?

ChristopherHX commented 8 months ago

Only the qt6 branch has been patched for that recent protobuf, since the default ng branch uses deprecated dependencies like qt5.

qt6 variant has no documentation

Either build the qt6 version or downgrade protobuf to be c++11 compatible.