To build the export template for the Playstation 2, follow these steps:
-
Clone this repo
-
Build the docker image from the Dockerfile inside the repository
docker build -t godot-ps2:latest . -
Start the docker image by creating a container:
docker compose up -d
-
Run SCons inside the docker container:
docker exec -t godot-ps2-compiler sh -c 'scons platform=ps2'