These steps must be done under Linux / Windows Subsystem for Linux (WSL).
If you haven't done so already, install the dependencies called for by the official Godot docs
-
Install VitaSDK
# Clone and bootstrap git clone https://github.com/vitasdk/vdpm cd vdpm ./bootstrap-vitasdk.sh # Add to PATH (add this to ~/.bashrc for persistence after reboot) export VITASDK=/usr/local/vitasdk export PATH=$VITASDK/bin:$PATH # add vitasdk tool to $PATH # Finish install ./install-all.sh # Update vitasdk-update
-
Install PVR-PSP2
# Clone, build and install git clone https://github.com/isage/vita-packages-extra cd vita-packages-extra/pvr_psp2 vita-makepkg vdpm *-arm.tar.xz
- Run
scons platform=vita
in the root of the repo. Addtarget=release
to the end to build for release instead of debug.
The editor releases add a Vita
exporter to the list -
it will generate a homebrew VPK file that can be installed on
your PlayStation Vita or PlayStation TV with VitaShell.
Either make an issue on this repo, or join the Discord!