conterm/README.md

53 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-04-04 23:44:17 +03:00
[![Build Status](https://github.com/0intro/conterm/workflows/C/badge.svg)](https://github.com/0intro/conterm/actions/workflows/c.yml)
2017-03-31 13:14:40 +03:00
[![Coverity Scan Build Status](https://scan.coverity.com/projects/drawterm/badge.svg)](https://scan.coverity.com/projects/drawterm)
INSTALLATION
--------------
To build on Unix, run CONF=unix make.
2006-05-21 21:02:05 +04:00
To build on Solaris using Sun cc, run CONF=sun 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/
2006-01-17 15:47:53 +03:00
2005-11-04 20:12:20 +03:00
SOURCE
------
2009-08-26 09:50:54 +04:00
Use Mercurial: hg clone http://code.swtch.com/drawterm
On the web at http://code.swtch.com/drawterm
Tar file at http://swtch.com/drawterm/
In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)
2006-01-17 15:47:53 +03:00
HELP
----
2009-08-26 09:50:54 +04:00
Issue tracker: http://code.swtch.com/drawterm/issues
2006-01-17 15:47:53 +03:00
TO DO:
------
2005-11-04 20:06:57 +03:00
- 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.
2006-01-17 15:47:53 +03:00