minecraft-linux / mcpelauncher-manifest

The main repository for the Linux and Mac OS Bedrock edition Minecraft launcher.
https://minecraft-linux.github.io
GNU General Public License v3.0
975 stars 99 forks source link

No documented way to compile NG branch? #434

Open SYZYGY-DEV333 opened 3 years ago

SYZYGY-DEV333 commented 3 years ago

Hi, I saw several references to the NG branch being the preferred one to use for compatibility with the latest Minecraft versions. I cloned that branch and its submodules, but I didn't see any build instructions, and I wasn't able to guess my way through it. Is there any way to compile that, or better yet, is there a timeline for when we might see precompiled versions available? Thanks.

ChristopherHX commented 3 years ago

Yes there is a quite big lack of documentation for ng. There are still a lot of things todo, like

e.g. ng needs the clang compiler, or will fail to compile.

As a newer member of minecraft-linux, I currently provide builds of ng (next to my fork), no timeline as of writeing all of them should be uptodate with the source of minecraft-linux/ng https://flathub.org/apps/details/io.mrarm.mcpelauncher

for GNU/Linux (Link to download page)

for OS X Yosemite 10.10, El Capitan 10.11, macOS Sierra 10.12, High Sierra 10.13, Mojave 10.14, Catalina 10.15 and later (Intel mac) (Link to download page)

SYZYGY-DEV333 commented 3 years ago

Ah, wonderful, thanks. I would offer to help, but my C++ knowledge is pretty much useless. It may be worth it, though, to stick those links in a readme in the ng branch. :)