Updating Minecraft - MCMrARM/mcpelauncher-linux GitHub Wiki

This is a legacy repository, go to https://github.com/minecraft-linux/mcpelauncher-manifest/wiki

Table of Contents

Updating Minecraft version

NOTE: This applies ONLY to mcpelauncher when installed via sudo make install

If you have a complete build of mcpelauncher-linux, simply type mcpelauncher setup in your terminal, then follow the on-screen instructions

If you don't have a complete build of mcpelauncher-linux, you MUST have an updated x86 APK of Minecraft. Then type this command in your terminal:

$ mcpelauncher extract /path/to/apk.apk

Updating mcpelauncher-linux

NOTE: This applies ONLY to mcpelauncher when installed via sudo make install

If you still have the source files, then delete everything in <source files directory>/build and type in a terminal with the working directory set in the build folder:

git pull # this pulls repo changes
git submodule update # this updates gplaydl as long as you are using it to make a complete build of mcpelauncher-linux
cmake ..
sudo make install

If you don't have the source files anymore, then you might want to follow the installation guide.