Skip to content

Commit 9089c90

Browse files
authored
Merge pull request #47 from pspdev/add-info-on-updating
Add update instructions
2 parents 9570f5b + 80ddf51 commit 9089c90

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

installation/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Docker can be used on almost every platform and offers and easy way to use the P
1414

1515
To use it, instatll Docker itself using the instructions [here](https://docs.docker.com/engine/install/).
1616

17-
### Toolchain
17+
## Toolchain
1818
{: .fs-6 .fw-700 }
1919

2020
Once docker is installed, the PSPDEV image can be downloaded using the following command from a terminal:

installation/fedora.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The PSPDEV toolchain requires a couple of dependencies to be installed before us
1616
sudo dnf -y install @development-tools cmake bsdtar libusb-compat-0.1 gpgme fakeroot xz nano
1717
```
1818

19-
### Toolchain
19+
## Toolchain
2020
{: .fs-6 .fw-700 }
2121

2222
Installing the PSPDEV toolchain itself can be done with the following steps:

installation/macos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Once brew is installed, run the following command from a terminal to install the
1818
brew install cmake pkgconf gnu-sed bash openssl libtool libarchive gettext texinfo bison flex isl gsl gmp mpfr
1919
```
2020

21-
### Toolchain
21+
## Toolchain
2222
{: .fs-6 .fw-700 }
2323

2424
Installing the PSPDEV toolchain itself can be done with the following steps:

installation/ubuntu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo apt-get update
2020
sudo apt-get install build-essential cmake pkgconf libreadline8 libusb-0.1 libgpgme11 libarchive-tools fakeroot
2121
```
2222

23-
### Toolchain
23+
## Toolchain
2424
{: .fs-6 .fw-700 }
2525

2626
Installing the PSPDEV toolchain itself can be done with the following steps:

installation/windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo apt-get update
3535
sudo apt-get install build-essential cmake pkgconf libreadline8 libusb-0.1 libgpgme11 libarchive-tools fakeroot
3636
```
3737

38-
### Toolchain
38+
## Toolchain
3939
{: .fs-6 .fw-700 }
4040

4141
Installing the PSPDEV toolchain itself can be done with the following steps:

tips_tricks.md

+6
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ Installing a library can be done with the following command:
6464
```shell
6565
psp-pacman -S library
6666
```
67+
68+
## Updating the Toolchain
69+
70+
A new version of the PSPDEV toolchain is released at least once a month, so updating should be done regularly if you want to benefit from new features and bug fixes.
71+
72+
To update the toolchain, simply follow the installation instruction for your system on the [Installation](installation.html) page. Installing the dependencies can be skipped.

0 commit comments

Comments
 (0)