c - installing qt4-make on ubuntu 12.04 LTS -


i running ubuntu 12.0.4 lts on controller. trying install qt4-make using apt-get, getting message package not found. need make , compile file. how can install ? also, there alternative can download ? tried sudo apt-get install libqt4-* . still nothing happens.

i think qt4-make qmake, try this:

sudo apt-get install qt4-qmake 

Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -