Skip to content

Commit 31f4ba6

Browse files
authored
Merge pull request #98 from pspdev/link-to-macos-15-intel-build
Link to MacOS 15 build for x86_64 instead of 13
2 parents fe31cd1 + 5259569 commit 31f4ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download the latest update for the PSP SDK here. If you don't have it setup yet,
1111

1212
- [Windows/Ubuntu](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-latest-x86_64.tar.gz)
1313
- [MacOS (arm64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-latest-arm64.tar.gz)
14-
- [MacOS (x86_64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-13-x86_64.tar.gz)
14+
- [MacOS (x86_64)](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-15-intel-x86_64.tar.gz)
1515
- [Fedora](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-fedora-latest.tar.gz)
1616
- [Debian](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-debian-latest.tar.gz)
1717
- [Docker](https://hub.docker.com/r/pspdev/pspdev)

installation/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Installing the PSP SDK itself can be done with the following steps:
2525

2626
1. Download the latest version of the SDK for your system here:
2727
- [arm64](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-latest-arm64.tar.gz) for M1 or newer CPUs.
28-
- [x86_64](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-13-x86_64.tar.gz) for Intel CPUs.
28+
- [x86_64](https://github.com/pspdev/pspdev/releases/latest/download/pspdev-macos-15-intel-x86_64.tar.gz) for Intel CPUs.
2929
2. Extract the downloaded archive into your home directory, resulting in `/home/YOURUSERNAME/pspdev` being created.
3030
3. To make the SDK usable, some environment variables need to be set. The first step in doing so it to open the `~/.zprofile` file with the `pico` text editor using the following command from a terminal:
3131
```shell

0 commit comments

Comments
 (0)