From: Ilya Kulakov Date: Sat, 9 Mar 2013 09:00:15 +0000 (+0700) Subject: Use --build-bottle to avoid processor specific flags. X-Git-Tag: 13.05~64^2~34^2^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=63693a63817514343b55f8400b62d31f225874b7;p=cura.git Use --build-bottle to avoid processor specific flags. --- diff --git a/README.md b/README.md index c65237dd..1913b171 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ should include both i386 and x86_64. E.g *"Architectures in the fat file: /usr/l should contain *"cmd LC_VERSION_MIN_MACOSX ... version 10.6"*. The easiest way to install it is via [Homebrew](http://mxcl.github.com/homebrew/) using the formula from Cura's repo: -`brew install --fresh Cura/scripts/darwin/python.rb --universal` +`brew install --build-bottle --fresh Cura/scripts/darwin/python.rb --universal` Note if you already have Python installed via Homebrew, you have to uninstall it first. You can also install [official build](http://www.python.org/ftp/python/2.7.3/python-2.7.3-macosx10.6.dmg).