Hotswap for official VitaSDK docker

This commit is contained in:
unknown 2022-02-09 11:15:46 -05:00
parent 3e0961ac31
commit f1b850ae02
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ jobs:
outputs: outputs:
vpk_link: ${{ steps.zip.outputs.zip }} vpk_link: ${{ steps.zip.outputs.zip }}
container: container:
image: gnuton/vitasdk-docker image: vitasdk/vitasdk:latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Update VitaGL and install zip - name: Update VitaGL and install zip

View File

@ -1,7 +1,7 @@
# Nazi Zombies: Portable Quakespasm # Nazi Zombies: Portable Quakespasm
## About ## About
This repository contains NZ:P Team's fork of [Quakespasm](https://sourceforge.net/projects/quakespasm/), with support for building to Nintendo Switch (thanks to fgsfdsfgs) and PS VITA (thanks to Rinnegatamante). It contains many enhancements to attempt parity with our fork of [dQuakePlus](https://github.com/nzp-developers/dquakeplus). This repository contains NZ:P Team's fork of [Quakespasm](https://sourceforge.net/projects/quakespasm/), with support for building to Nintendo Switch (thanks to fgsfdsfgs) and PS VITA (thanks to Rinnegatamante). It contains many enhancements to attempt parity with our fork of [dQuakePlus](https://github.com/nzp-team/dquakeplus).
## Building for Nintendo Switch (Advanced) ## Building for Nintendo Switch (Advanced)
Building requires a full install of [libnx](https://switchbrew.org/wiki/Setting_up_Development_Environment). Follow the instructions by either installing manually or by using the Docker container linked. Building requires a full install of [libnx](https://switchbrew.org/wiki/Setting_up_Development_Environment). Follow the instructions by either installing manually or by using the Docker container linked.
@ -11,7 +11,7 @@ Now that libnx is installed, you can build the Switch binaries:
make -f Makefile.nx make -f Makefile.nx
``` ```
The `.NRO` will be built at `build/nx`. We also provide binaries on the [Releases](https://github.com/nzp-developers/quakespasm/releases/tag/bleeding-edge) page. The `.NRO` will be built at `build/nx`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page.
## Building for PlayStation VITA (Advanced) ## Building for PlayStation VITA (Advanced)
Similarly as building for NX, building a `.VPK` will require the [Vita SDK](https://vitasdk.org/). We recommend `gnuton`'s Docker container, it can be found [here](https://hub.docker.com/r/gnuton/vitasdk-docker). Similarly as building for NX, building a `.VPK` will require the [Vita SDK](https://vitasdk.org/). We recommend `gnuton`'s Docker container, it can be found [here](https://hub.docker.com/r/gnuton/vitasdk-docker).
@ -21,4 +21,4 @@ You can build like so:
make -f Makefile.vita make -f Makefile.vita
``` ```
The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-developers/quakespasm/releases/tag/bleeding-edge) page. The `.VPK` will be built at `build/vita`. We also provide binaries on the [Releases](https://github.com/nzp-team/quakespasm/releases/tag/bleeding-edge) page.