I have a question about the dependencies listed in the coreclr instructions and the corefx instructions.
Which dependencies are for runtime and which ones are for build-time only?
Also, if I install the SDK and run ldd on all the .so files included, and all the dependencies resolve correctly, does that mean I have everything I need for runtime installed on the box?
In other words, are there any DllImports in the C# for shared libraries other than the ones included in the SDK?