aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

[suggestion] help users with external dependencies #474

Closed natemcmaster closed 7 years ago

natemcmaster commented 8 years ago

There seems to be a growing list of external native dependencies to make coreclr work on OSX/Linux.

e.g.

sudo apt-get install libunwind8 gettext libssl-dev libcurl3-dev zlib1g

Can dnvm install mitigate this somehow? At the very least, we could print this list after installing a coreclr version, similar to how Homebrew's prints the "caveats" section.

cref https://github.com/aspnet/dnx/issues/2875