diff --git a/makefile b/makefile
index 521dc1e..eba3f1e 100644
--- a/makefile
+++ b/makefile
@@ -30,8 +30,8 @@
 	cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-bootstrap-${DATESTAMP}.tar.gz ${TOOLS}-bootstrap-${DATESTAMP}
 
 full-build:
-	@echo "Make sure your OS autoconf, automake, and perl are installed!"
 	@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
+	-sudo yum -y install autoconf automake perl
 	${BREW} install ${LANGS}
 	ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python2 ${INSTALLDIR}/${TOOLS}/bin/python
 	ln -nfs ${INSTALLDIR}/${TOOLS}/bin/pip2 ${INSTALLDIR}/${TOOLS}/bin/pip