From f8ac454390fca78db627d5d95c1b262590dd08ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Mitrovi=C4=87?= Date: Sat, 15 Apr 2023 14:44:40 +0200 Subject: [PATCH] Modified README.md to add instructions for building the package on Arch Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dušan Mitrović --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1658596..5dd6804 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,22 @@ Download the latest [release](https://github.com/dweymouth/supersonic/releases) * (note that the first build will take some time as it will download and build the UI library) * run ``make package_linux`` to generate an installable .tar.xz bundle +## Build instructions (Arch Linux) + +Supersonic is available in the AUR and can be built either manually with `makepkg` or with an AUR helper like [yay](https://github.com/Jguer/yay). + +### Build manually +* Make sure you have the base-devel package group installed on your system + - ``sudo pacman -S --needed base-devel`` +* Clone the AUR repository and navigate into the cloned directory + - ``git clone https://aur.archlinux.org/packages/supersonic-desktop.git && cd supersonic-desktop`` +* Build the package with makepkg + - ``makepkg -si`` + +### Build with an AUR helper +* Invoke your favorite AUR helper to automatically build the package + - ``yay -S supersonic-desktop`` + ## Build instructions (Mac OS) ### Install dependencies