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 7a74d0f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,28 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
> [install devkitARM on Arch Linux](#installing-devkitarm-on-arch-linux).
</details>

### Fedora
1. Install `gcc`, `g++`, `make`, `git`, `libpng-devel` with

```
sudo dnf install gcc g++ make git libpng-devel
```

2. Install `devkitPro` [here](https://devkitpro.org/wiki/devkitPro_pacman). You simply need to follow the instructions until the very end.

Note: The wikipage will tell you to configure pacman and there will be a warning in red, ignore it proceed.

Follow the instructions [here](https://devkitpro.org/wiki/devkitPro_pacman) to install devkitPro pacman. As a reminder, the goal is to configure an existing pacman installation to recognize devkitPro's repositories.
3. Once devkitPro pacman is configured. Run the following to sync the `devkitPro` repositories and downloading the neccessary packages:
```bash
sudo pacman -Sy
sudo pacman -S gba-dev
```
The last command will ask for the selection of packages to install. Just press Enter to install all of them, followed by entering Y to proceed with the installation.
### Other distributions
_(Specific instructions for other distributions would be greatly appreciated!)_
Expand Down

0 comments on commit 7a74d0f

Please sign in to comment.