From 2f0f6d652a47ced527ad3cce229168cccdeff356 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 3 May 2021 20:41:42 +0200 Subject: [PATCH] README: add Homebrew tip for macOS and a recent success report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I couldn’t get teensy_loader_cli to work when building it myself, but installing it from Homebrew worked. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12c61b2..3e107b0 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ FreeBSD requires a [device configuration file](freebsd-teensy.conf) for non-root OpenBSD's make is incompatible with most AVR makefiles. Use "`pkg_add -r gmake`", and then compile code with "`gmake all`" to obtain the .hex file. +If you’re using the [Homebrew package manager](https://brew.sh/) on macOS, you +can use `brew install --HEAD teensy_loader_cli` to install the latest version of +`teensy_loader_cli` (tested on macOS Big Sur 11.3 on a MacBook Air M1). + On Macintosh OS-X 10.8, Casey Rodarmor shared this tip: I recently had a little trouble getting the teensy cli loader working on Mac OSX 10.8. Apple moved the location of the SDKs around, so that they now reside inside of the xcode app itself. This is the line in the makefile that got it working for me: