summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-25 20:09:25 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-25 20:09:25 -0800
commit597fb487b5391c0c57a2cef0d51e57c840e34422 (patch)
tree6c326b30da1012a736db1a640c0c786d20edb8c4 /Documentation
parentfb288b1bbc4a83d98ca500c16c51d0734a39db48 (diff)
parenta9d71c9594bd7a67639455a135853ec8063a6b96 (diff)
downloadcoreclr-597fb487b5391c0c57a2cef0d51e57c840e34422.tar.gz
coreclr-597fb487b5391c0c57a2cef0d51e57c840e34422.tar.bz2
coreclr-597fb487b5391c0c57a2cef0d51e57c840e34422.zip
Merge pull request #3350 from arnmac/patch-1
Update to freebsd-instructions.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/freebsd-instructions.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/building/freebsd-instructions.md b/Documentation/building/freebsd-instructions.md
index 11d890de2c..a921a8b270 100644
--- a/Documentation/building/freebsd-instructions.md
+++ b/Documentation/building/freebsd-instructions.md
@@ -265,3 +265,10 @@ To install clang development snapshot: `sudo pkg install llvm-devel`
clang35 and clang36 download llvm35 and llvm36 packages as a dependency.
llvm37 and llvm-devel include clang and lldb. Since clang is included with llvm 3.7 and onward, there is no clang37 package.
+
+After you have installed your desired version of LLVM you will need to specify the version to the build.sh script.
+
+For example if you chose to install llvm37 you would add the clangX.X to your build command as follows.
+```sh
+janhenke@freebsd-frankfurt:~/git/coreclr % ./build.sh clang3.7
+```