Connect to Plan 9 CPU servers from other operating systems.
Go to file
Russ Cox 1c8b499228 silence all gcc warnings 2005-11-07 17:13:41 +00:00
exportfs silence all gcc warnings 2005-11-07 17:13:41 +00:00
gui-win32 Mac fixes 2005-11-04 15:47:45 +00:00
gui-x11 silence all gcc warnings 2005-11-07 17:13:41 +00:00
include silence all gcc warnings 2005-11-07 17:13:41 +00:00
kern silence all gcc warnings 2005-11-07 17:13:41 +00:00
libauth silence all gcc warnings 2005-11-07 17:13:41 +00:00
libauthsrv silence all gcc warnings 2005-11-07 17:13:41 +00:00
libc silence all gcc warnings 2005-11-07 17:13:41 +00:00
libdraw Mac fixes 2005-11-04 15:47:45 +00:00
libmemdraw silence all gcc warnings 2005-11-07 17:13:41 +00:00
libmemlayer Mac fixes 2005-11-04 15:47:45 +00:00
libmp silence all gcc warnings 2005-11-07 17:13:41 +00:00
libsec silence all gcc warnings 2005-11-07 17:13:41 +00:00
posix-386 use assembly 2005-11-04 16:05:20 +00:00
posix-power use assembly 2005-11-04 16:05:20 +00:00
win32-386 where did this go? 2005-11-04 16:05:28 +00:00
.hgignore Tailor preparing to convert repo by adding .hgignore 2009-08-26 00:35:23 -04:00
LICENSE clearer 2005-11-04 17:19:32 +00:00
Make.config Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
Make.unix silence all gcc warnings 2005-11-07 17:13:41 +00:00
Make.win32 use assembly 2005-11-04 16:05:20 +00:00
Makefile Mac fixes 2005-11-04 15:47:45 +00:00
README update 2005-11-04 17:12:20 +00:00
args.h a 2005-08-08 12:50:13 +00:00
cpu.c silence all gcc warnings 2005-11-07 17:13:41 +00:00
drawterm.h silence all gcc warnings 2005-11-07 17:13:41 +00:00
latin1.c a 2005-08-08 12:50:13 +00:00
main.c silence all gcc warnings 2005-11-07 17:13:41 +00:00
posix-factotum.c silence all gcc warnings 2005-11-07 17:13:41 +00:00
readcons.c a 2005-08-08 12:50:13 +00:00
resource.h a 2005-08-08 12:50:13 +00:00
secstore.c silence all gcc warnings 2005-11-07 17:13:41 +00:00
win32-factotum.c Add real factotum. 2005-11-04 15:36:40 +00:00

README

INSTALLATION
--------------
To build on Unix, run CONF=unix make.

To build on Windows, you need Mingw.  See http://www.mingw.org.
Edit Make.config to uncomment the Windows section
and comment out the rest.  Then run CONF=windows make.

(You can download nmake from 
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
Rename it to make.exe and put it in your path somewhere.
)

I haven't tested the Windows build on Windows itself.
I cross-compile using mingw32 on Linux.


BINARIES
---------
See http://swtch.com/drawterm/

SOURCE
------
Use CVS: cvs -d :pserver:anoncvs@cvs.pdos.csail.mit.edu:/cvs co drawterm
On the web at http://cvs.pdos.csail.mit.edu/cvs/drawterm

TO DO:
------

- Should clean up the code so that gcc -Wall doesn't print
any warnings.

- Should import latest /dev/draw to allow resize of window

- Should copy 9term code and make console window a real
	9term window instead.

- Should implement /dev/label.