plan9port/README.md

38 lines
1 KiB
Markdown
Raw Normal View History

2005-01-18 05:42:48 +00:00
This is a port of many Plan 9 libraries and programs to Unix.
2003-10-13 17:18:52 +00:00
2005-11-25 13:19:18 +00:00
* Installation
To install, run ./INSTALL. It builds mk and then uses mk to
2005-11-28 16:36:57 +00:00
run the rest of the installation.
For more details, see install(1), at install.txt in this directory
and at http://swtch.com/plan9port/man/man1/install.html.
2005-11-25 13:19:18 +00:00
* Documentation
See http://swtch.com/plan9port/man/ for more documentation.
2005-01-18 05:42:48 +00:00
(Documentation is also in this tree, but you need to run
a successful install first. After that, "9 man 1 intro".)
2003-10-13 17:18:52 +00:00
2005-01-18 05:42:48 +00:00
Intro(1) contains a list of man pages that describe new features
or differences from Plan 9.
2004-06-09 14:54:37 +00:00
2003-10-13 17:18:52 +00:00
* Helping out
2005-01-18 05:42:48 +00:00
If you'd like to help out, great! The TODO file contains a small list.
2003-10-13 17:18:52 +00:00
If you port this code to other architectures, please share your changes
2005-01-18 05:42:48 +00:00
so others can benefit.
2003-10-13 17:18:52 +00:00
Please use diff -u or CVS (see below) to prepare patches.
* CVS
You can use CVS to keep your local copy up-to-date as we make
2005-01-18 05:42:48 +00:00
changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
for details on using cvs.
2003-10-13 17:18:52 +00:00
2005-01-18 05:42:48 +00:00
* Contact
2003-10-13 17:18:52 +00:00
Russ Cox <rsc@swtch.com>