Closed robang74 closed 13 years ago
(root)# apt-get install libqt4-dev make g++ qt4-make
then, this command should be enough:
(user)$ qmake
(user)$ make
(root)# make install
or these if you like to create/install .deb package:
(user)$ qmake && dpkg-buildpackage
(root)# dpkg -i ../bbox_0.1_i386.deb
= then, this command should be enough:
= (user)$ qmake = (user)$ make
= (root)# make install