From 7728b14c1a61635f60652fcf099b3b2e5d88eb4f Mon Sep 17 00:00:00 2001 From: Lojical <33508026+Lojemiru@users.noreply.github.com> Date: Tue, 9 Feb 2021 05:40:19 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf0763..82ec533 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,16 @@ This utility patches the official AM2R 1.1 release (Windows) to the fan-made Com The patcher and the installer only require a small amount of dependencies: ### Arch (including Manjaro, EndeavourOS, RebornOS, etc.) -`sudo pacman -S --needed python xdelta3 jre8-openjdk lib32-libpulse` +Make sure that multilib is enabled, as `lib32-libpulse` is a 32-bit library, and Arch does not enable 32-bit support by default. +To enable it, go to `/etc/pacman.conf`, search for `[multilib]`, and make sure that the next two lines are uncommented: +``` +[multilib] +Include = /etc/pacman.d/mirrorlist +``` + +Then install the following dependencies: +`sudo pacman -S --needed python xdelta3 jre8-openjdk lib32-libpulse` + ### Debian (including Ubuntu, Mint, PopOS, etc.) `sudo apt install python xdelta3 openjdk-8-jre`