Blame


1 294f22a4 2014-11-17 rsc This is a port of many Plan 9 libraries and programs to Unix.
2 294f22a4 2014-11-17 rsc
3 294f22a4 2014-11-17 rsc * Installation
4 294f22a4 2014-11-17 rsc
5 294f22a4 2014-11-17 rsc To install, run ./INSTALL. It builds mk and then uses mk to
6 294f22a4 2014-11-17 rsc run the rest of the installation.
7 294f22a4 2014-11-17 rsc
8 294f22a4 2014-11-17 rsc For more details, see install(1), at install.txt in this directory
9 294f22a4 2014-11-17 rsc and at http://swtch.com/plan9port/man/man1/install.html.
10 294f22a4 2014-11-17 rsc
11 294f22a4 2014-11-17 rsc * Documentation
12 294f22a4 2014-11-17 rsc
13 294f22a4 2014-11-17 rsc See http://swtch.com/plan9port/man/ for more documentation.
14 294f22a4 2014-11-17 rsc (Documentation is also in this tree, but you need to run
15 294f22a4 2014-11-17 rsc a successful install first. After that, "9 man 1 intro".)
16 294f22a4 2014-11-17 rsc
17 294f22a4 2014-11-17 rsc Intro(1) contains a list of man pages that describe new features
18 294f22a4 2014-11-17 rsc or differences from Plan 9.
19 294f22a4 2014-11-17 rsc
20 294f22a4 2014-11-17 rsc * Helping out
21 294f22a4 2014-11-17 rsc
22 294f22a4 2014-11-17 rsc If you'd like to help out, great! The TODO file contains a small list.
23 294f22a4 2014-11-17 rsc
24 294f22a4 2014-11-17 rsc If you port this code to other architectures, please share your changes
25 294f22a4 2014-11-17 rsc so others can benefit.
26 294f22a4 2014-11-17 rsc
27 294f22a4 2014-11-17 rsc Please use diff -u or CVS (see below) to prepare patches.
28 294f22a4 2014-11-17 rsc
29 294f22a4 2014-11-17 rsc * CVS
30 294f22a4 2014-11-17 rsc
31 294f22a4 2014-11-17 rsc You can use CVS to keep your local copy up-to-date as we make
32 294f22a4 2014-11-17 rsc changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
33 294f22a4 2014-11-17 rsc for details on using cvs.
34 294f22a4 2014-11-17 rsc
35 294f22a4 2014-11-17 rsc * Contact
36 294f22a4 2014-11-17 rsc
37 294f22a4 2014-11-17 rsc Russ Cox <rsc@swtch.com>