diff --git a/README.md b/README.md index aaaf05e..c2a9857 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ If you do not want to use the SDK, there exists guides for setting up Emscripten * [Build Clang on Mac OS X](https://github.com/kripken/emscripten/wiki/Getting-started-on-Mac-OS-X). * [Download a prebuilt Clang on Mac OS X](https://gist.github.com/dweekly/5873953). +* [Get Emscripten and Clang via brew](https://gist.github.com/nathanhammond/1974955) by nathanhammond. * [Manual Emscripten setup on Windows](https://github.com/kripken/emscripten/wiki/Using-Emscripten-on-Windows). #### Linux @@ -58,6 +59,8 @@ The SDK is not available for Linux at the moment. To get started on Linux, see o * rhelmer has provided a Vagrant VM for Emscripten, see [emscripten-vagrant](https://github.com/rhelmer/emscripten-vagrant). * Dirk Krause created an [Amazon EC2 image](https://groups.google.com/forum/?fromgroups=#!topic/emscripten-discuss/H8kG0kP1eDE) for Emscripten. +Important! Emscripten is very specific about the versions of Clang it supports! Currently Clang 3.2 is being used, building a newer version can have some issues! + ## SDK Concepts The Emscripten SDK is effectively a small package manager for tools that are used in conjunction with Emscripten. The following glossary highlights the important concepts to help understanding the internals of the SDK: