Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ The build process requires the following packages:
- build-essential
- python3
- binutils-mips-linux-gnu (libultra* only)
- wget

Under Debian / Ubunutu you can install them with the following commands:
Under Debian / Ubuntu you can install them with the following commands:

```bash
sudo apt update
sudo apt install build-essential python3
sudo apt install build-essential python3 wget
```

If building any libultra you can install binutils-mips-linux-gnu with:
Expand All @@ -49,7 +50,7 @@ sudo apt install binutils-mips-linux-gnu
## Building

Run make setup with the proper flags set followed by make with optional jobs.
For example, if building the 2.0L PC archive you'd do the following:
For example, if building the 2.0L PC archive you'd do the following:

- `make VERSION=L TARGET=libgultra_rom setup`
- `make VERSION=L TARGET=libgultra_rom`
Expand Down