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
1. Install gcc/clang, make, patch, git, texinfo, flex, bison, wget, gsl, gmp, mpfr, mpc and gettext if you don't have those.
24
+
1. Install gcc/clang, make, patch, git, texinfo, flex, bison, wget, gsl, gmp, mpfr, mpc and gettext if you don't have those.
25
+
26
+
2. Ensure that you have enough permissions for managing PS2DEV location (default to `/usr/local/ps2dev`). PS2DEV location MUST NOT have spaces or special characters in it's path! For example on Linux systems you can set access for current user by running commands:
24
27
25
-
2. Ensure that you have enough permissions for managing PS2DEV location (default to `/usr/local/ps2dev`). PS2DEV location MUST NOT have spaces or special characters in it's path! For example on Linux systems you can set access for current user by running commands:
26
28
```bash
27
29
export PS2DEV=/usr/local/ps2dev
28
30
sudo mkdir -p $PS2DEV
29
31
sudo chown -R $USER: $PS2DEV
30
32
```
31
33
32
-
3. Add this to your login script (example: `~/.bash_profile`)
34
+
3. Add this to your login script (example: `~/.bash_profile`)
0 commit comments