File: INSTALL

package info (click to toggle)
qterm 0.1.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,900 kB
  • ctags: 866
  • sloc: sh: 12,988; cpp: 5,750; perl: 1,850; makefile: 188
file content (51 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Installing QTerm-0.1.4
======================

System Requirement:

   Qt-2.3.0 or newer (Qt 1.x or 3.x are currently not supported)


Step-by-Step Procedure:

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 privilege, 

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

   else

  	./qterm
  
   And now qterm is up and 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. Can't see Chinese in GNOME?  Edit $HOME/.i18n and add
	
	LC_ALL=zh_CN

    Re-login and you will see it.

                                    
			   Good Luck!