xref: /plan9/sys/src/cmd/unix/drawterm/README (revision 4e17d7c8a8527207c82cee2bc5e79e2fb20f67d8)
1INSTALLATION
2--------------
3To build on Unix, run CONF=unix make.
4
5To build on Solaris using Sun cc, run CONF=sun make.
6
7To build on Windows, you need Mingw.  See http://www.mingw.org.
8Edit Make.config to uncomment the Windows section
9and comment out the rest.  Then run CONF=windows make.
10
11(You can download nmake from
12http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
13Rename it to make.exe and put it in your path somewhere.
14)
15
16I haven't tested the Windows build on Windows itself.
17I cross-compile using mingw32 on Linux.
18
19
20BINARIES
21---------
22See http://swtch.com/drawterm/
23
24
25SOURCE
26------
27Use Mercurial: hg clone http://code.swtch.com/drawterm
28On the web at http://code.swtch.com/drawterm
29Tar file at http://swtch.com/drawterm/
30In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)
31
32
33HELP
34----
35Issue tracker: http://code.swtch.com/drawterm/issues
36
37
38TO 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
50