Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
INSTALLATION
2
--------------
3
To build on Unix, run CONF=unix make.
4
 
5
To build on Solaris using Sun cc, run CONF=sun make.
6
 
7
To build on Windows, you need Mingw.  See http://www.mingw.org.
8
Edit Make.config to uncomment the Windows section
9
and comment out the rest.  Then run CONF=windows make.
10
 
11
(You can download nmake from 
12
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
13
Rename it to make.exe and put it in your path somewhere.
14
)
15
 
16
I haven't tested the Windows build on Windows itself.
17
I cross-compile using mingw32 on Linux.
18
 
19
 
20
BINARIES
21
---------
22
See http://swtch.com/drawterm/
23
 
24
 
25
SOURCE
26
------
27
Use Mercurial: hg clone http://code.swtch.com/drawterm
28
On the web at http://code.swtch.com/drawterm
29
Tar file at http://swtch.com/drawterm/
30
In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)
31
 
32
 
33
HELP
34
----
35
Issue tracker: http://code.swtch.com/drawterm/issues
36
 
37
 
38
TO DO:
39
------
40
 
41
- Should import latest /dev/draw to allow resize of window
42
 
43
- Should copy 9term code and make console window a real
44
	9term window instead.
45
 
46
- Should implement /dev/label.
47
 
48
 
49