Skip to content

Instantly share code, notes, and snippets.

@xplicit
Created February 3, 2015 23:08
Show Gist options
  • Select an option

  • Save xplicit/6b12f992f2c0485b6ffe to your computer and use it in GitHub Desktop.

Select an option

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

ghost commented Apr 14, 2015

Copy link
Copy Markdown

I just tried this today on my ubuntu 14.04 x64 vm and I get this error:

Invoking cmake with arguments: "/home/jon/coreclr" DEBUG CMake Error at src/ToolBox/SOS/lldbplugin/CMakeLists.txt:24 (message): Cannot find lldb-3.5 or lldb-3.6. Try installing lldb-3.6-dev (or the appropriate package for your platform)

I've tried the suggestion (and it is possible I am not doing that correctly) but I get no lldb-3.6 or lldb-3.6-dev packages found.

How can I get coreclr to build?

Thanks!

ghost commented Apr 14, 2015

Copy link
Copy Markdown

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

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

@drewnoakes

Copy link
Copy Markdown

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

@drewnoakes

Copy link
Copy Markdown

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