Sign inSign up

rogunt/psv-sdk

By rogunt

Updated over 2 years ago
Archived

(unofficial) PlayStation Vita SDK

Image
0

171

rogunt/psv-sdk repository overview

(unofficial) PlayStation Vita SDK

This container will help you to create a environment to use PlayStation Vita SDK

Vita SDK: https://vitasdk.org/
Vdpm repo(Vitadev Package manager): https://github.com/vitasdk/vdpm
Vita samples: https://github.com/vitasdk/samples

The SDK in /usr/local/vitasdk
Samples in /tmp/samples Workdir is /WORKDIR

HOW TO USE

you should map the /WORKDIR in your own computer.

docker compose (recommended)

docker CLI

$ docker pull rogunt/psv-sdk:latest
$ docker run -it -d -v ~/vita-dir/:/WORKDIR --name vita-sdk --user 1000 --rm rogunt/psv-sdk:latest /bin/bash 
$ docker exec -it vita-sdk /bin/bash

Tag summary

Content type

Image

Digest

sha256:55899394f

Size

389.6 MB

Last updated

over 2 years ago

docker pull rogunt/psv-sdk