You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the ARM version of Windows, replace the link with `https://github.com/pspdev/pspdev/releases/latest/download/pspdev-ubuntu-24.04-arm-arm64.tar.gz`.
53
54
2. Extract the archive using:
54
55
```shell
55
-
tar -xvf pspdev-ubuntu-latest-x86_64.tar.gz
56
+
tar -xvf pspdev-ubuntu-*.tar.gz
56
57
```
57
58
3. To make the SDK usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from an Ubuntu terminal:
0 commit comments