mcpelauncher-linux
mcpelauncher-linux copied to clipboard
Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
[ 26%] Built target server [ 60%] Built target gplayapi [ 61%] Linking CXX executable mcpelauncher /usr/lib/gcc/x86_64-linux-gnu/5/../../../i386-linux-gnu/libEGL.so: undefined reference to `gbm_bo_create_with_modifiers' collect2: error: ld returned 1 exit status CMakeFiles/mcpelauncher.dir/build.make:1265: recipe...
Linux Ubuntu 17.10 AMD processor and graphics card `usr@usr-K42DY:~/mcpe$ ./mcpelauncher ./mcpelauncher: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory`
[ 73%] Linking CXX executable mcpelauncher /usr/local/lib/libprotobuf.so: error adding symbols: File in wrong format collect2: error: ld returned 1 exit status CMakeFiles/mcpelauncher.dir/build.make:1267: recipe for target 'mcpelauncher' failed make[2]: *** [mcpelauncher]...
I know, this is a minor issue, but that feeling when you typed a whole sentence and you have to delete half of it because you committed a typo, boi.
Since many people can not successfully compile mcpelauncher for linux I decided to create a PKGBUILD (AUR Package) to automate compilation and installation, once tested correctly it will be added...
At the end of install CEF there is an error that prevent main.cpp to include cef_app.h: `cp: указанная цель 'стол/mcpelauncher-linux/libs/cef/include' не является каталогом` (on english this means that 'стол/mcpelauncher-linux/libs/cef/include' is...
I'd like to have gamepad support. Implementing gamepad support with MCPE is pretty trivial, but I'm unsure how to handle gamepads at the system-level. I got something working with my...
There are missing default values for; level-dir level-name this cause it to write the world directly to games/com.mojang/minecraftWorlds/ instead of a subfolder and the world becomes undiscoverable.
Have the support for mods been removed ? mcpelauncher_mod.so was removed in 383daf4 along with libstdc++.so and a few others. I repopulating libs/ i can successfully build the mod_example with...