mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
README: Updated instructions for AUR (#915)
* README: Updated instructions for AUR * README: Missing space
This commit is contained in:
committed by
GitHub
parent
c44a0528df
commit
eec6ce2210
14
README.md
14
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
|
||||
|
||||
Reference in New Issue
Block a user