How you can install other programs
Qt Designer
Qt Designer its cross platform GUI Framework aplication. you get Qt Designer here. after downloading you must extrack tar file
gunzip qt-win-opensource-src-4.3.4.tar.gz
tar qt-win-opensource-src-4.3.4.tar
now you type command:
cd qt-win-opensource-src-4.3.4.tar.gz
./configure
make
su -c "make install"
and enter the root password.
if you want use new version in yours profile you needs to be add in .profile (if your shell is bash, ksh, zsh or sh), following lines:
PATH=/usr/local/Trolltech/qt-win-opensource-src-4.3.4:$PATH
export PATH
In .login (in case your shell is csh or tcsh), add the following line:
extended.
PATH - to locate qmake, moc and other Qt tools
This is done like this:
EPM
EPM its program for created rpm, deb, bin files Before you wont use program you must instal Fast Light Toolkit. fltk you get here.
after downloading you must extrack tar file
gunzip Stable-Relase.tar.gz
tar Stable-Release.tar
./configure ENTER
make ENTER
su -c "make install"
and enter the root password.
program you can can get here. After downloading you must extrack tar file
tar xf epm-4.1-source.tar ENTER
./configure ENTER
make ENTER
su -c "make install"
and enter the root password.