Mercurial > trustbridge
changeset 880:7ea29b5183a3
Remove obsolete packaging hack now that we dont need fontconfig
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 07 Aug 2014 19:21:58 +0200 |
parents | 59fc7ececa5f |
children | 5bd4e2987574 |
files | INSTALL |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Thu Aug 07 19:19:36 2014 +0200 +++ b/INSTALL Thu Aug 07 19:21:58 2014 +0200 @@ -85,14 +85,6 @@ libxcb-randr0-dev:i386 libxcb-glx0-dev:i386 libdbus-1-dev:i386 \ libsm-dev:i386 -Some packages are problematic as they do not support multiarch installation so -we just download and extract them. - mkdir $YOURPREFIX/i386/packages - apt-get download -o=Debug::NoLocking=1 -o=dir::cache=$YOURPREFIX/i386/packages libxi-dev:i386 \ - libfontconfig1-dev:i386 libfreetype6-dev:i386 - cd $YOURPREFIX/i386/packages - for file in *.deb; do; dpkg -x $file .; done; - Create a new directory for qt. As qt has to build in source you need a different directory. mkdir i386