I have a project. Which is getting build-ed from different developers on different system. <div>Is there a way I can automate package installation of not found for packages like:</div><div><ul><li>gcc</li><li>yacc</li></ul>
<div>If not is there a way I can pre check if particular tool is installed or not. If not show a good message to user please install the package and abort like:</div></div><div><br></div><div>Seems like you have not installed gcc, g++, yacc required to build this project. Please run following command to fix this problem:</div>
<div> yum install gcc g++ yacc -y</div><div><br clear="all">regards<div>Vivek Goel</div><br>
</div>