Skip to content

Instantly share code, notes, and snippets.

View unRARed's full-sized avatar

Ryan Richardson unRARed

View GitHub Profile
@unRARed
unRARed / fire-tools-install.sh
Last active October 13, 2024 02:54
Install Fire Tools on Mac
### Open Terminal then get homebrew if you don't already have it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
### Then run these commands (this is not the order from the video, but should be cleaner here).
brew install openssl readline sqlite3 xz zlib android-platform-tools tcl-tk
### Then set these env variables to ensure pyenv is built correctly and install it: