mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Update Arch install instructions
As of ~07/21, `rgbds` is included in the official Arch repos, so the Aur package is no longer being maintained.
This commit is contained in:
parent
8003084cd5
commit
9876cea10b
@ -111,12 +111,10 @@ sudo make -C rgbds install
|
|||||||
To install the software required for **pokecrystal**:
|
To install the software required for **pokecrystal**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S make gcc git
|
sudo pacman -S make gcc git rgbds
|
||||||
```
|
```
|
||||||
|
|
||||||
**rgbds** is available on the [AUR](https://aur.archlinux.org/packages/rgbds/).
|
If you want to compile and install **rgbds** manually instead of using the Arch package:
|
||||||
|
|
||||||
Alternatively, to install **rgbds** manually:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S pkg-config flex bison libpng
|
sudo pacman -S pkg-config flex bison libpng
|
||||||
|
Loading…
Reference in New Issue
Block a user