Hi,
I'm running Mint 7,
I'm doing some Qt progrgramming,
To install Qt, I use the following:
sudo apt-get install qt4-dev-tools
sudo apt-get install libgtk1.2
sudo apt-get install g++
which works fine, but on another computer I want to use:
qt-x11-opensource-src-4.5.2.tar.gz
I am at
/tmp/qt-x11-opensource-src-4.5.2
in terminal mode
In earlier days I apt-get g++ and another file that I can't remember, then the
./configure -xshape
and then the rest of the stuff in INSTALL..
but have been having trouble with thiis one. What files to I have to install before the "./configure?"
Thanks