Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 607 Bytes

File metadata and controls

35 lines (22 loc) · 607 Bytes

opencode-switch

Nintendo Switch homebrew client for the Opencode server.

Build in devcontainer

  1. Open the repository in VS Code.
  2. Reopen in Container.
  3. The container runs make automatically. Outputs land in dist/.

Manual build inside the container:

make

Build locally with Docker

Use the helper script to build in a Docker container without installing devkitPro locally.

./build.sh

Outputs land in dist/.

Build locally with devkitPro installed

If devkitPro + devkitA64 + libnx + SDL2 + curl are installed on the host:

make

Outputs land in dist/.