Install QTerm-0.1.3 
======================

System Requirements:

qt-2.3.0 ( qt 1.x or 3.x not supported )


Step By Step:

1. download qterm-0.1.4-tar.gz to your home directory

2. cd ~

3. tar zvxf qterm-0.1.4-tar.gz

4. cd qterm-0.1.4

5. ./configure

6. make

7. if you have root privilage, 

  	make install,
  
  	qterm will be copied to /usr/local/bin,
  
  	cursor pic and qterm.cfg to /usr/local/lib/qterm 

   else

  	./qterm
  
   now qterm is running.

Note:

1.User of Mandrake Linux should add the path of qt lib in $HOME/.bash_profile , e.g.
	
	export QTDIR=# your qt directory, usually /usr/lib/qt2 # 

2.Gnome Chinese can not ,edit $HOME/.i18n and add
	
	LA_ALL=zh_CN

  relogin and you will see it.

                                    
			   Good Luck!
