/MultiMC-on-Arch-Linux-ARM-and-Manjaro-ARM

How to run MultiMC on Arch Linux ARM and Manjaro ARM

Primary LanguageShell

How to Install MultiMC on Arch Linux ARM/Manjaro ARM

Make sure your system is up to date sudo pacman -Syyu

Tip You cannot compile packages from then AUR without the base-devel group sudo pacman -S base-devel

  1. git clone https://aur.archlinux.org/multimc-git.git
  2. cd multimc-git
  3. Modify PKGBUILD by replacing arch=('i686' 'x86_64') with arch=('aarch64')
  4. makepkg -si

Note if you do not want to modify PKGBUILD you can use the PKGBUILD provided here its always up to date Just do cd $HOME/multimc-git && rm PKGBUILD && wget https://raw.githubusercontent.com/techtimefor/MultiMC-on-Arch-Linux-ARM-and-Manjaro-ARM/master/PKGBUILD Lastly do makepkg -si

MultiMC should now compile and will be installable

My Compiled Versions

MultiMC 0.6.12

MultiMC 0.6.11

The patcher won't work unless you replace mmcroot="$HOME/MultiMC" with mmcroot="$HOME/.local/share/multimc"

Mc-MultiMC

Credits to @JJTech0130 and the Maker of the Gitlab Snippet also MultiMC