| |
---|
| | full-build: |
---|
| | @echo "Make sure the bootstrap is installed at ${TOOLSDIR}" |
---|
| | sudo yum -y install autoconf automake patch perl texinfo |
---|
| | ${BREW} install --verbose ${LANGS} |
---|
| | ${BREW} link --verbose python |
---|
| | ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python |
---|
| | ln -nfs ${TOOLSDIR}/bin/pip3 ${TOOLSDIR}/bin/pip |
---|
| | pip install ${PIPMODULES} -U --ignore-installed |
---|
| | ${BREW} install --verbose ${MYTOOLS} |
---|
| |
---|
| | |