Added install instructions for Homebrew users
authorBrandon Fosdick <bfoz@bfoz.net>
Sat, 23 Aug 2014 00:18:42 +0000 (17:18 -0700)
committerBrandon Fosdick <bfoz@bfoz.net>
Sat, 23 Aug 2014 00:18:42 +0000 (17:18 -0700)
Mac OS X users of Homebrew can install gcc-arm-embedded from a Formula

README.creole

index d7c3e42..bff939f 100644 (file)
@@ -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:
 {{{