mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-21 19:32:34 +00:00
Fix PSP build path on README
This commit is contained in:
parent
25df6ca0c8
commit
e6cff0c008
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue