From eec6ce2210c8fa5b98b1e7124d2e44c70612fdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OdnetninI=20=28Eduardo=20Jos=C3=A9=20G=C3=B3mez=20Hern?= =?UTF-8?q?=C3=A1ndez=29?= Date: Tue, 8 Aug 2023 16:42:42 +0200 Subject: [PATCH] README: Updated instructions for AUR (#915) * README: Updated instructions for AUR * README: Missing space --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 976dc5a56..852b6d0b6 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,18 @@ The compiler is currently verified to compile on Linux, Windows and MacOS. 4. Run `./c3c`. #### Installing on Arch Linux -There is an AUR package for the c3c compiler : [c3c-git](https://aur.archlinux.org/packages/c3c-git) -You can use your AUR package manager or clone it manually: +There is an AUR package for the c3c compiler : [c3c-git](https://aur.archlinux.org/packages/c3c-git). + +Due to some issues with the LLVM packaged for Arch Linux, the AUR package will download and use LLVM 16 for Ubuntu-23.04 to compile the c3c compiler. + +You can use your AUR package manager: +```sh +paru -S c3c-git +# or yay -S c3c-git +# or aura -A c3c-git +``` + +Or clone it manually: ```sh git clone https://aur.archlinux.org/c3c-git.git cd c3c-git