You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #758 from danShumway/patch-1
Update Arch install instructions
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user