From 70eeb53e6414c8937c7e7e2b679f5ecdfc70deb5 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Thu, 30 Jun 2016 21:15:51 -0400 Subject: [PATCH] Add clang instructions for building Wing64 julia --- README.windows.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.windows.md b/README.windows.md index 4d2dd90539205..849d8a3b45484 100644 --- a/README.windows.md +++ b/README.windows.md @@ -117,10 +117,24 @@ or edit `%USERPROFILE%\.gitconfig` and add/edit the lines: 3. Specify the location where you installed CMake ``` - echo 'override CMAKE=/C/path/to/CMake/bin/cmake.exe' > Make.user + echo 'override CMAKE="/C/Program Files/CMake/bin/cmake.exe"' >> Make.user +``` + *N.B.* The path to CMAKE may differ on your system. Adjust accordingly. + + 4. Optionally install clang as your C/C++ compiler + 1. Download and install the prebuilt clang binaries from http://llvm.org/releases/download.html. + The rest of these instructions will assume LLVM was installed to C:\LLVM. + 2. Set clang as your default compiler: + ``` + cat > Make.user <