Fix PSP build path on README

This commit is contained in:
cypress 2024-10-30 08:59:50 -07:00 committed by GitHub
parent 25df6ca0c8
commit e6cff0c008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@ Building requires a full install of [psptoolchain](https://github.com/pspdev/psp
With the psptoolchain installed, you now need to install `libpspmath`, which we have included in the GitHub repository:
```bash
cd source/libpspmath
cd source/psp/libpspmath
make && make install
```
Now you can navigate back to the root of the repository and build an `EBOOT`.
```bash
cd ../../
cd ../../../
make -f Makefile.psp install
```