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