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 x11-opensource-src-4.4.1.tar.gz
tar x11-opensource-src-4.4.1.tar
now you type command:
cd x11-opensource-src-4.4.1.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/x11n-opensource-src-4.4.1:$PATH
export PATH
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.
Prev: Mount other file system Home