Skip to content

Commit

Permalink
feat(install): Added instructions for fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Yap Jia Hong committed Oct 9, 2023
1 parent 104e81b commit 41cc9d9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,24 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
> [install devkitARM on Arch Linux](#installing-devkitarm-on-arch-linux).
</details>

### Fedora
Install the following packages:

```
sudo dnf install `gcc`, `g++`, `make`, `git`, `libpng-dev`
```

Then install `devkitPro` [here]() simply follow the instructions. Note: When you are asked to configure pacman, simply ignore the warning (it's in red) and proceed anyways.
Finally, sync the repositories and install `gba-dev`. Just press enter to install everything.
```bash
sudo pacman -Sy
sudo pacman -S gba-dev
```
It is very important that you sync the `devkitPro` repositories, otherwise you won't be able to install `gba-dev`. When all goes well, proceed to the [Installation](#installation) section.

### Other distributions
_(Specific instructions for other distributions would be greatly appreciated!)_

Expand Down

0 comments on commit 41cc9d9

Please sign in to comment.