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
Copy file name to clipboardExpand all lines: README.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,46 @@ the ps2dev main page.
13
13
14
14
This program will automatically build and install a DVP compiler, which is used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
15
15
16
+
### Supported platforms
17
+
18
+
- macOS (Intel and Apple Silicon) with Homebrew or MacPorts
19
+
- Ubuntu (x86_64 and arm64)
20
+
- Windows (MSYS2, MinGW32 environment)
21
+
16
22
## What these scripts do
17
23
18
-
These scripts download (with `git clone`) and install [binutils 2.14](http://www.gnu.org/software/binutils/"binutils") (dvp).
24
+
These scripts download (with `git clone`) and install [binutils 2.45.0](http://www.gnu.org/software/binutils/"binutils") (dvp).
19
25
20
26
## Requirements
21
27
22
-
1. Install gcc/clang, make, patch, git, and texinfo if you don't have those packages.
28
+
1. Install gcc/clang, make, patch, git, and texinfo if you don't have those packages. Below are example commands per platform:
2. Ensure that you have enough permissions for managing PS2DEV location (which defaults to `/usr/local/ps2dev`). PS2DEV location MUST NOT have spaces or special characters in its path! For example, on Linux systems, you can set access for the current user by running commands:
0 commit comments