mirror of https://github.com/pret/pokecrystal.git
Merge pull request #758 from danShumway/patch-1
Update Arch install instructions
This commit is contained in:
commit
64e2cff5c4
|
@ -111,12 +111,10 @@ sudo make -C rgbds install
|
|||
To install the software required for **pokecrystal**:
|
||||
|
||||
```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/).
|
||||
|
||||
Alternatively, to install **rgbds** manually:
|
||||
If you want to compile and install **rgbds** manually instead of using the Arch package:
|
||||
|
||||
```bash
|
||||
sudo pacman -S pkg-config flex bison libpng
|
||||
|
|
Loading…
Reference in New Issue