friendly helping reminder for debian 7, which lacks harfbuzz
This commit is contained in:
parent
6144d45457
commit
8baea085c6
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue