Skip to content

Commit

Permalink
fix(style): Changed style and removed errors in commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Yap Jia Hong committed Oct 9, 2023
1 parent 7a74d0f commit 1ec5b8e
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,28 +355,24 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
</details>

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

```
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.
```
sudo dnf install `gcc`, `g++`, `make`, `git`, `libpng-dev`
```

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.
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.
3. Once devkitPro pacman is configured. Run the following to sync the `devkitPro` repositories and downloading the neccessary packages:
Finally, sync the repositories and install `gba-dev`. Just press enter to install everything.
```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.
```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!)_

1. Try to find the required software in its repositories:
Expand Down

0 comments on commit 1ec5b8e

Please sign in to comment.