@@ -5,12 +5,10 @@ nav_exclude: true
5
5
---
6
6
7
7
# Installation on Arch Linux
8
-
9
8
{: .fs-8 .fw-700 .text-center }
10
9
11
10
12
11
## Prerequisites
13
-
14
12
{: .fs-6 .fw-700 }
15
13
16
14
Arch Linux users can install the PSP SDK using packages available in the Arch
@@ -19,6 +17,7 @@ package (recommended for faster installation) and a source package (which builds
19
17
the SDK locally).
20
18
21
19
### AUR Helper (Optional but Recommended)
20
+ {: .fs-4 .fw-700 }
22
21
23
22
An AUR helper (like ` yay ` , ` paru ` , etc.) simplifies installing and updating AUR
24
23
packages. If you don't have one, you can find instructions on the
@@ -27,19 +26,20 @@ Using an AUR helper is assumed for the simplified commands below, but manual
27
26
installation steps are also provided.
28
27
29
28
## Installation via AUR (Recommended - Binary)
30
-
31
29
{: .fs-6 .fw-700 }
32
30
33
31
The [ ` psp-sdk-bin ` ] ( https://aur.archlinux.org/packages/psp-sdk-bin ) package,
34
32
provides pre-compiled binaries for the PSP SDK, making installation much faster.
35
33
36
- ** Using an AUR helper (e.g., ` yay ` ):**
34
+ ### Using an AUR helper (e.g., ` yay ` )
35
+ {: .fs-4 .fw-700 }
37
36
38
37
``` shell
39
38
yay -S psp-sdk-bin
40
39
```
41
40
42
- ** Manual Installation:**
41
+ ### Manual Installation
42
+ {: .fs-4 .fw-700 }
43
43
44
44
``` shell
45
45
# Clone the build files
@@ -55,7 +55,6 @@ rm -rf psp-sdk-bin
55
55
```
56
56
57
57
## Installation via AUR (Alternative - Source)
58
-
59
58
{: .fs-6 .fw-700 }
60
59
61
60
The [ ` psp-sdk ` ] ( https://aur.archlinux.org/packages/psp-sdk ) package builds the
@@ -65,13 +64,15 @@ building against your system's exact libraries.
65
64
** Warning:** Building the full SDK can take a considerable amount of time and
66
65
CPU resources.
67
66
68
- ** Using an AUR helper (e.g., ` yay ` ):**
67
+ ### Using an AUR helper (e.g., ` yay ` )
68
+ {: .fs-4 .fw-700 }
69
69
70
70
``` shell
71
71
yay -S psp-sdk
72
72
```
73
73
74
- ** Manual Installation:**
74
+ ### Manual Installation
75
+ {: .fs-4 .fw-700 }
75
76
76
77
``` shell
77
78
# Clone the build files
@@ -87,7 +88,6 @@ rm -rf psp-sdk
87
88
```
88
89
89
90
## Verification
90
-
91
91
{: .fs-6 .fw-700 }
92
92
93
93
From a new terminal, run the following command to confirm the SDK is found and
0 commit comments