From 6b0ccb446469dfa19c65096a7dfa291f8887b6c4 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 30 Jul 2013 18:49:22 -0700 Subject: [PATCH] Update README.md Incorporate wisdom from https://github.com/JuliaLang/julia/issues/3263 --- README.md | 1 + 1 file changed, 1 insertion(+) 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