diff options
author | Jan Henke <Jan.Henke@taujhe.de> | 2015-04-24 17:53:51 +0200 |
---|---|---|
committer | Jan Henke <Jan.Henke@taujhe.de> | 2015-04-24 20:39:14 +0200 |
commit | 951f2b0085ac9e6a5d668f7f7285294d93435a17 (patch) | |
tree | 900dc71ed5c297306968682f5207d74e2f8fe6ec /Documentation/README.md | |
parent | a7d15e0e513335e15ac4efd0c54dfa56b65dc13e (diff) | |
download | coreclr-951f2b0085ac9e6a5d668f7f7285294d93435a17.tar.gz coreclr-951f2b0085ac9e6a5d668f7f7285294d93435a17.tar.bz2 coreclr-951f2b0085ac9e6a5d668f7f7285294d93435a17.zip |
Initial FreeBSD instructions based on the Linux instructions.
This file is a copy of the Linux instructions, modified for the differences
between Linux and FreeBSD. It is not perfect yet, we are still missing some
parts on FreeBSD (LLDB, CoreFX). Also the package download with NuGet.exe does
not work yet due to a problem with importing CA certs. Nevertheless this is a
start and better than nothing. Closes #799.
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index 61c6caece8..9f83b7d2f3 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -11,6 +11,7 @@ Get CoreCLR Build CoreCLR from Source ========================= +- [Building CoreCLR on FreeBSD](freebsd-instructions.md) - [Building CoreCLR on Linux](linux-instructions.md) - [Building CoreCLR on OS X](osx-instructions.md) - [Building CoreCLR on Windows](windows-instructions.md) |