Connect to Plan 9 CPU servers from other operating systems.
Go to file
Russ Cox ab73f2bbf5 Add real factotum. 2005-11-04 15:36:40 +00:00
exportfs Add real factotum. 2005-11-04 15:36:40 +00:00
gui-win32 Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
gui-x11 mac 2005-11-02 15:21:51 +00:00
include Add real factotum. 2005-11-04 15:36:40 +00:00
kern Add real factotum. 2005-11-04 15:36:40 +00:00
libauth Add real factotum. 2005-11-04 15:36:40 +00:00
libauthsrv Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libc Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libdraw Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libmemdraw Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libmemlayer Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libmp Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
libsec Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
posix-386 Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
posix-power Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
win32-386 Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
.hgignore Tailor preparing to convert repo by adding .hgignore 2009-08-26 00:35:23 -04:00
LICENSE Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
Make.config Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
Make.unix windows 2005-11-02 15:20:27 +00:00
Make.win32 windows 2005-11-02 15:20:27 +00:00
Makefile Add real factotum. 2005-11-04 15:36:40 +00:00
README Merge in Windows port using mingw and make. 2005-10-31 15:30:23 +00:00
args.h a 2005-08-08 12:50:13 +00:00
cpu.c Add real factotum. 2005-11-04 15:36:40 +00:00
drawterm.h Add real factotum. 2005-11-04 15:36:40 +00:00
latin1.c a 2005-08-08 12:50:13 +00:00
main.c Add real factotum. 2005-11-04 15:36:40 +00:00
posix-factotum.c Add real factotum. 2005-11-04 15:36:40 +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 windows 2005-11-02 15:20:27 +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/


TO DO:
------

- Drawterm seems to have ssl synchronization problems.
Specifically, fcp bigfile /mnt/term/tmp reliably wedges it.

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