From cf4d1a7e7a936537799f8cf801978a9e6c4231b0 Mon Sep 17 00:00:00 2001 From: Brandon Fosdick Date: Fri, 22 Aug 2014 17:18:42 -0700 Subject: [PATCH] Added install instructions for Homebrew users Mac OS X users of Homebrew can install gcc-arm-embedded from a Formula --- README.creole | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.creole b/README.creole index d7c3e426..bff939fe 100644 --- a/README.creole +++ b/README.creole @@ -14,6 +14,16 @@ These are the quick steps to get Smoothie dependencies installed on your compute ** Linux: linux_install * You can then run the BuildShell script which will be created during the install to properly configure the PATH environment variable to point to the required version of GCC for ARM which was just installed on your machine. You may want to edit this script to further customize your development environment. +=== Homebrew +If you're a Mac OS X user who uses [[http://brew.sh/|Homebrew]] (and really, who doesn't?) you can skip the above steps and simply do + +{{{ +brew tap bfoz/embedded +brew install --env=std gcc-arm-embbedded +}}} + +After that finishes (it can take awhile) you'll be all set; no need to run mac_install or BuildShell. Enjoy! + ==Building Smoothie From a shell, switch into the root Smoothie project directory and run: {{{ -- 2.20.1