Make Installers have a list of dependencies
Status: Alpha
Brought to you by:
murielsalvan
In the dependency description, each installer could have a list of DependencyDescription to ensure before trying to install. This could be useful for installers that compile... This can be used for nokogiri under Linux that needs yum install libxml2-devel and libxslt-devel.
Anonymous