Go to file
Russ Cox f493c9c544 new 2005-11-04 15:57:52 +00:00
exportfs Mac fixes 2005-11-04 15:47:45 +00:00
gui-win32 Mac fixes 2005-11-04 15:47:45 +00:00
gui-x11 Mac fixes 2005-11-04 15:47:45 +00:00
include Add real factotum. 2005-11-04 15:36:40 +00:00
kern Mac fixes 2005-11-04 15:47:45 +00:00
libauth Mac fixes 2005-11-04 15:47:45 +00:00
libauthsrv Mac fixes 2005-11-04 15:47:45 +00:00
libc Mac fixes 2005-11-04 15:47:45 +00:00
libdraw Mac fixes 2005-11-04 15:47:45 +00:00
libmemdraw Mac fixes 2005-11-04 15:47:45 +00:00
libmemlayer Mac fixes 2005-11-04 15:47:45 +00:00
libmp Mac fixes 2005-11-04 15:47:45 +00:00
libsec Mac fixes 2005-11-04 15:47:45 +00:00
posix-386 Mac fixes 2005-11-04 15:47:45 +00:00
posix-power Mac fixes 2005-11-04 15:47:45 +00:00
win32-386 new 2005-11-04 15:57:52 +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 Mac fixes 2005-11-04 15:47:45 +00:00
Make.win32 Mac fixes 2005-11-04 15:47:45 +00:00
Makefile Mac fixes 2005-11-04 15:47:45 +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.