Skip to content

Commit

Permalink
Adding note about gcc compiler and the App Store version of Xcode to …
Browse files Browse the repository at this point in the history
…README.
  • Loading branch information
tomdeforest committed May 25, 2012
1 parent 45a7db2 commit 35c28a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -37,6 +37,7 @@ are for the website/demo.
## Running the IxF Website Locally

* Install [Jekkyl](https://github.com/mojombo/jekyll/wiki/install)
* **Note for Macs** - If you have the version of Xcode from the Mac App Store, you may need to install the gcc compiler separately before you will be able to install jekyll. The [standalone gcc compiler](https://github.com/kennethreitz/osx-gcc-installer) is available on github.
* In a terminal or command prompt, change to the directory where your IxF repo is installed.
* Run "jekyll --server" command.
* Open a browser window to http://localhost:4000
Expand Down

0 comments on commit 35c28a2

Please sign in to comment.