Skip to content

Instantly share code, notes, and snippets.

@xplicit
Created February 3, 2015 23:08
Show Gist options
  • Save xplicit/6b12f992f2c0485b6ffe to your computer and use it in GitHub Desktop.
Save xplicit/6b12f992f2c0485b6ffe to your computer and use it in GitHub Desktop.
Build CoreCLR on Ubuntu 14.04 x64
#Installing Prerequisites
sudo apt-get install git cmake clang-3.5 make llvm-3.5 gcc
#build.sh is working only on 64 bit Linux!
git clone https://github.com/dotnet/coreclr
cd coreclr
./build.sh
Copy link

ghost commented Apr 14, 2015

Please ignore. It turns out I just needed to find the correct instructions:

https://github.com/dotnet/coreclr/wiki/Linux-instructions

@drewnoakes
Copy link

That link appears dead now unfortunately, yet this page ranks highly, on Google at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment