friendly helping reminder for debian 7, which lacks harfbuzz

This commit is contained in:
Don Bright 2015-09-24 01:44:46 +00:00
parent 6144d45457
commit 8baea085c6

View file

@ -92,6 +92,10 @@ get_debian_7_deps()
{
get_debian_deps
apt-get -y install libqt4-dev libqscintilla2-dev
echo "debian 7 detected"
echo "please build harfbuzz & see the README on building dependencies"
echo ". ./scripts/setenv-unibuild.sh"
echo "./scripts/uni-build-dependencies.sh harfbuzz"
}
get_ubuntu_14_deps()