You are not logged in.
I took the info from here:
http://forum.kde.org/viewtopic.php?f=63&t=82929
Note: the pkg I mentioned in the above thread (from AUR) is not the one I used- see here:
http://bbs.archlinux.org/viewtopic.php?id=86042
I took qt 4.6 from here:
https://users.archlinux.de/~pierre/packages/x86_64/
And it looks like I successfully installed it to /opt/qt46.
And now I tried to install Arora like this.
git clone git://github.com/Arora/arora.git
cd arora
export QTDIR=/opt/qt46
export PATH=${QTDIR}/bin:${PATH}
export CMAKE_PREFIX_PATH=${QTDIR}
export PKG_CONFIG_PATH=${QTDIR}/lib/pkgconfig
echo $QTDIR
/opt/qt46
echo $PATH
/opt/qt46/bin:/opt/qt46/bin:/opt/wine/bin:/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core
echo $LD_LIBRARY_PATH
/opt/qt46/lib
echo $CMAKE_PREFIX_PATH
/opt/qt46
echo $PKG_CONFIG_PATH
/opt/qt46/lib/pkgconfig
________________(I made the echos so that you are able to see if all was correct)_____________
qmake -r
make
sudo make install
The thing is, already after running "make" the terminal started spitting out usual enormous number of info, but among them were things like "Using /usr/lib/QtGui" and I have no idea why it wasn't pointed to /opt/qt46.
Do you have any ideas?
Last edited by warnec (2009-12-04 15:20:33)
Offline