mirror of
https://github.com/libretro/RetroArch
synced 2024-12-26 21:29:08 +00:00
15 lines
475 B
Markdown
15 lines
475 B
Markdown
## Building
|
|
```sh
|
|
make -f Makefile.webos clean
|
|
make -f Makefile.webos -j$(getconf _NPROCESSORS_ONLN) ipk
|
|
```
|
|
|
|
## Testing
|
|
```sh
|
|
# Install and launch via ares-launch
|
|
make -f Makefile.webos launch
|
|
|
|
# Start installed application via SSH
|
|
XDG_RUNTIME_DIR=/tmp/xdg /usr/bin/jailer -t native_devmode -i com.retroarch -p /media/developer/apps/usr/palm/applications/com.retroarch /media/developer/apps/usr/palm/applications/com.retroarch/retroarch --verbose --verbose
|
|
```
|