Skip to content

Instantly share code, notes, and snippets.

@boozook
Forked from idleberg/playdate-sdk.md
Last active September 27, 2023 17:40
Show Gist options
  • Save boozook/1b278c5b8794017e904d575d839ddb17 to your computer and use it in GitHub Desktop.
Save boozook/1b278c5b8794017e904d575d839ddb17 to your computer and use it in GitHub Desktop.
Install Playdate SDK using a package manager

Install Playdate SDK

If you're like me, you want to install the Playdate SDK using a package manager. Below are some options for you.

Info Did I miss anything? Please comment below!

macOS

brew install --cask playdate-simulator

This Homebrew cask updates automatically, so you usually don't have to submit updates.

Windows

⚠️ You will still have to set the PLAYDATE_SDK_PATH environment variable and append $PLAYDATE_SDK_PATH/bin to your PATH.

winget install Panic.PlaydateSDK

Outdated SDK version? Submit an update.

# Add SDK bucket
scoop bucket add playdate-sdk https://github.com/idleberg/scoop-playdate-sdk

# Optional step: Install sudo helper to elevate PowerShell
scoop install sudo

# Install SDK
sudo scoop install playdate-sdk

This Scoop bucket updates automatically, so you usually don't have to submit updates.

Linux

pacman -S playdate-sdk

Outdated SDK version? Submit an update.

yay -S playdate-sdk

Outdated SDK version? Submit an update.

GitHub actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment