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
- git clone https://aur.archlinux.org/multimc-git.git
- cd multimc-git
- Modify PKGBUILD by replacing
arch=('i686' 'x86_64'
) witharch=('aarch64')
- 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
The patcher won't work unless you replace mmcroot="$HOME/MultiMC"
with
mmcroot="$HOME/.local/share/multimc"
Credits to @JJTech0130 and the Maker of the Gitlab Snippet also MultiMC