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