Index of /QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/SDLPoP/
| Name | Last Modified | Size | Type |
| ../ | | - | Directory |
| bin/ | 2026-May-22 13:51:09 | - | Directory |
| README.txt | 2026-May-22 13:51:45 | 0.6K | text/plain; charset=utf-8 |
| SDLPoP.tar.gz | 2026-May-22 13:44:53 | 750.0K | application/x-gtar-compressed |
### SDLPoP - SDL Prince of Persia ###
### Original code https://github.com/NagyD/SDLPoP ###
### Patched to run on QNX 8.0 ###
### Bin ###
### Make sure you have SDL2 and SDL2_image ###
wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/SDLPoP/bin/prince.tar.gz
tar -zxvf prince.tar.gz
cd prince
SDL_VIDEODRIVER=qnx ./prince
### SOURCES ###
### Make sure you have SDL2 and SDL2_image ###
wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/SDLPoP/SDLPoP.tar.gz
tar -zxvf SDLPoP.tar.gz
cd SDLPoP
mkdir build
cd build
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
make -j4
cd ../../
SDL_VIDEODRIVER=qnx ./prince