mirror of https://github.com/0intro/conterm
9f66cd80b3 | ||
---|---|---|
exportfs | ||
gui-win32 | ||
gui-x11 | ||
include | ||
kern | ||
libauth | ||
libauthsrv | ||
libc | ||
libdraw | ||
libmemdraw | ||
libmemlayer | ||
libmp | ||
libsec | ||
posix-386 | ||
posix-power | ||
win32-386 | ||
.hgignore | ||
LICENSE | ||
Make.config | ||
Make.unix | ||
Make.win32 | ||
Makefile | ||
README | ||
args.h | ||
cpu.c | ||
drawterm.h | ||
latin1.c | ||
main.c | ||
posix-factotum.c | ||
readcons.c | ||
resource.h | ||
secstore.c | ||
win32-factotum.c |
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: ------ - 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.