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

Bionic's libc is version 2.27, but the launcher requires 2.28 #126

Open junetried opened 5 years ago

junetried commented 5 years ago

The instructions for 18.04 don't detail how to install the proper libc version for the launcher, as it requires 2.28 but bionic has 2.27.

MCMrARM commented 5 years ago

Huh? If this is required that's clearly a mistake on my side. The 18.04 build is done on 18.04 so it shouldn't require a newer libc, unless something is messed up in the CI cfg: https://github.com/minecraft-linux/linux-packaging-scripts/blob/master/.circleci/config.yml#L5

junetried commented 5 years ago

Screenshot