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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment