diff --git a/README.md b/README.md index 628c383405a01..bc2f073b2e457 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Otherwise, install or contact your systems adminstrator to install a more recent OpenBLAS build failure | Set one of the following build options in `Make.user` and build again: readline build error | Set `USE_SYSTEM_READLINE=1` in `Make.user` ncurses build error | Install the `libncurses5` development package + Illegal Instruction error | Check if your CPU supports AVX while your OS does not (e.g. through virtualization, as described in [this issue](https://github.com/JuliaLang/julia/issues/3263)), and try installing LLVM 3.3 instead of LLVM 3.2. ### OS X