Mercurial > trustbridge
comparison INSTALL @ 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 | 0051cb07da28 |
children | accda55ae053 |
comparison
equal
deleted
inserted
replaced
879:59fc7ececa5f | 880:7ea29b5183a3 |
---|---|
82 libxcb-icccm4-dev:i386 libxcb-sync-dev:i386 \ | 82 libxcb-icccm4-dev:i386 libxcb-sync-dev:i386 \ |
83 libxcb-render-util0:i386 libxcb-render-util0-dev:i386 \ | 83 libxcb-render-util0:i386 libxcb-render-util0-dev:i386 \ |
84 libxcb-xfixes0-dev:i386 libxrender-dev:i386 libxcb-shape0-dev:i386 \ | 84 libxcb-xfixes0-dev:i386 libxrender-dev:i386 libxcb-shape0-dev:i386 \ |
85 libxcb-randr0-dev:i386 libxcb-glx0-dev:i386 libdbus-1-dev:i386 \ | 85 libxcb-randr0-dev:i386 libxcb-glx0-dev:i386 libdbus-1-dev:i386 \ |
86 libsm-dev:i386 | 86 libsm-dev:i386 |
87 | |
88 Some packages are problematic as they do not support multiarch installation so | |
89 we just download and extract them. | |
90 mkdir $YOURPREFIX/i386/packages | |
91 apt-get download -o=Debug::NoLocking=1 -o=dir::cache=$YOURPREFIX/i386/packages libxi-dev:i386 \ | |
92 libfontconfig1-dev:i386 libfreetype6-dev:i386 | |
93 cd $YOURPREFIX/i386/packages | |
94 for file in *.deb; do; dpkg -x $file .; done; | |
95 | 87 |
96 Create a new directory for qt. As qt has to build in source you need a different | 88 Create a new directory for qt. As qt has to build in source you need a different |
97 directory. | 89 directory. |
98 mkdir i386 | 90 mkdir i386 |
99 cd i386 | 91 cd i386 |