diff --git a/makefile b/makefile
index d79d261..822afec 100644
--- a/makefile
+++ b/makefile
@@ -44,6 +44,7 @@
 
 bootstrap-build:
 	@echo "Make sure you have the OS development tools installed!"
+	sudo yum -y install texinfo
 	${BREW} install ${BOOTSTRAP}
 
 bootstrap-release: tidyup
@@ -56,7 +57,7 @@
 
 full-build:
 	@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
-	sudo yum -y install autoconf automake patch perl
+	sudo yum -y install autoconf automake patch perl texinfo
 	${BREW} install ${LANGS}
 	ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python3 ${INSTALLDIR}/${TOOLS}/bin/python
 	ln -nfs ${INSTALLDIR}/${TOOLS}/bin/pip3 ${INSTALLDIR}/${TOOLS}/bin/pip