You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aurojit Panda edited this page Jul 18, 2015
·
2 revisions
For CoreCLR build, couple of things to do:
llvm-ranlib is currently not copied on install by default (will fix), so copy that to somewhere on the path.
CoreCLR build script needs to be told where to find the LLDB stuff (they are essentially assuming use of Ubuntu right now), so pass in as follows.
LLDB_LIB_DIR="$HOME/llvm-bin/lib" LLDB_INCLUDE_DIR="$HOME/llvm-bin/include/" ./build.sh x64 Release