"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "xiterm-2.0/INSTALL" of archive xiterm-2.0.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 Either run the following commands or ./install-script
2
3 1. If you want to override compilator or target dirs, edit compilation.h
4
5 vi compilation.h
6
7 2. Run configure with the options you want :
8
9 ./configure
10
11 Available options :
12 --enable-utmp
13 --enable-wtmp
14 --enable-xpm-background
15 --enable-menubar
16 --enable-graphics
17 --enable-next-scroll
18 --enable-xterm-scroll
19 --enable-kanji
20 --enable-big5
21 --enable-greek
22 --enable-ttygid
23 --enable-dmalloc
24 --enable-dlmalloc
25 --with-term=xiterm
26 --with-terminfo=/etc/terminfo
27
28 3. Create makefiles :
29
30 xmkmf ; make Makefiles
31
32 4. Compile :
33
34 make
35
36 * If compiled with UTMP_SUPPORT, you'll have to install xiterm setuid
37 root or setuid/setgid to match the file permissions on /etc/utmp
38
39 * You may need to install setuid root anyway for some systems so that
40 they can give you ownership of the tty devices.
41
42 5. Become root to install xiterm on systemwide dirs:
43
44 su root -c "make install ; make install.man"
45
46 6. Eventually add doc/bashrc and doc/inputrc to your ~/.bashrc and ~/.inputrc
47 to use 8 bit capabilities of bash and some other programs, which are not
48 enabled by default.