# HG changeset patch # User Andre Heinecke # Date 1407432118 -7200 # Node ID 7ea29b5183a31e0d193f710fd70e0658812220de # Parent 59fc7ececa5f8653df633459dd5ffa058220cc5c Remove obsolete packaging hack now that we dont need fontconfig diff -r 59fc7ececa5f -r 7ea29b5183a3 INSTALL --- 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