1
0
Fork 0

added note about clang error and workaround

This commit is contained in:
Mark Tareshawty 2014-03-23 12:55:49 -04:00
parent a551f3275b
commit 975aac8914
1 changed files with 10 additions and 0 deletions

View File

@ -81,6 +81,16 @@ cd /opt/boxen/repo
./script/boxen
```
**Note**
If you are creating a fresh install on Xcode 5.1 there is a clang issue with
certain Ruby Gems. There is a Stackoverflow post [here](http://stackoverflow.com/questions/22352838/ruby-gem-install-json-fails-on-mavericks-and-xcode-5-1-unknown-argument-mul)
To run the Boxen script follow these instructions
```
cd /opt/boxen/repo
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future ./script/boxen
```
You can also skip the above steps and <a href="#customizing">customize your
boxen</a> before installing it.