Please refer to this link How to install Qt version 4.8.1 in Kubuntu 14.04.
I have run
./configure
make
sudo make install
Where is .deb file created after run the command sudo make install in qt 4.8 installation process so that I can complete my QT 4.8 installation? I am using Ubuntu Mate OS.
I can't understand these three lines as below in the above link:
- This will make a .deb of the source you can install as a normal application via apt
sudo dpkg -i path/to/output.deb- Change path/to/output.deb to the path of the created .deb file.
I can't find the "path/to/output.deb" of created .deb file.
Please help...