mirror of https://github.com/libsdl-org/SDL
Updating Readme-psp info
This commit is contained in:
parent
ec632aba15
commit
ff5f5d0ef4
|
@ -1,31 +1,36 @@
|
||||||
PSP
|
PSP
|
||||||
======
|
======
|
||||||
SDL port for the Sony PSP contributed by
|
SDL2 port for the Sony PSP contributed by:
|
||||||
Captian Lex
|
- Captian Lex
|
||||||
|
- Francisco Javier Trujillo Mata
|
||||||
|
- Wouter Wijsman
|
||||||
|
|
||||||
|
|
||||||
Credit to
|
Credit to
|
||||||
Marcus R.Brown,Jim Paris,Matthew H for the original SDL 1.2 for PSP
|
Marcus R.Brown,Jim Paris,Matthew H for the original SDL 1.2 for PSP
|
||||||
Geecko for his PSP GU lib "Glib2d"
|
Geecko for his PSP GU lib "Glib2d"
|
||||||
|
|
||||||
Building
|
## Building
|
||||||
--------
|
To build SDL2 library for the PSP, make sure you have the latest PSPDev status and run:
|
||||||
To build SDL2 library for the PSP, make sure psp-config is in the path and run:
|
```bash
|
||||||
make -f Makefile.psp
|
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake
|
||||||
|
cmake --build build
|
||||||
|
cmake --install build
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Getting PSP toolchain
|
## Getting PSP Dev
|
||||||
---------------------
|
[Installing PSP Dev](https://github.com/pspdev/pspdev)
|
||||||
https://github.com/pspdev/psptoolchain
|
|
||||||
|
|
||||||
Running on PPSSPP Emulator
|
## Running on PPSSPP Emulator
|
||||||
--------------------------
|
[PPSSPP](https://github.com/hrydgard/ppsspp)
|
||||||
https://github.com/hrydgard/ppsspp
|
|
||||||
( https://github.com/hrydgard/ppsspp/wiki/Build-instructions )
|
|
||||||
|
|
||||||
Compiling an HelloWorld
|
[Build Instructions](https://github.com/hrydgard/ppsspp/wiki/Build-instructions)
|
||||||
-----------------------
|
|
||||||
https://psp-dev.org/doku.php?id=tutorial:hello_world
|
|
||||||
|
|
||||||
To Do
|
|
||||||
------
|
## Compiling a HelloWorld
|
||||||
PSP Screen Keyboard
|
[PSP Hello World](https://psp-dev.org/doku.php?id=tutorial:hello_world)
|
||||||
|
|
||||||
|
## To Do
|
||||||
|
- PSP Screen Keyboard
|
||||||
|
- Dialogs
|
Loading…
Reference in New Issue