Skip to content

Commit

Permalink
Added install instructions for Homebrew users
Browse files Browse the repository at this point in the history
Mac OS X users of Homebrew can install gcc-arm-embedded from a Formula
  • Loading branch information
bfoz committed Aug 23, 2014
1 parent 8b4e17b commit cf4d1a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{{{
Expand Down

0 comments on commit cf4d1a7

Please sign in to comment.