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
|
|
|
|
2014-11-17 02:39:05 +00:00
|
|
|
Installation
|
|
|
|
------------
|
2005-11-25 13:19:18 +00:00
|
|
|
|
|
|
|
To install, run ./INSTALL. It builds mk and then uses mk to
|
2020-01-13 22:04:06 +00:00
|
|
|
run the rest of the installation.
|
2005-11-28 16:36:57 +00:00
|
|
|
|
|
|
|
For more details, see install(1), at install.txt in this directory
|
2017-09-10 10:25:49 +00:00
|
|
|
and at https://9fans.github.io/plan9port/man/man1/install.html.
|
2005-11-25 13:19:18 +00:00
|
|
|
|
2014-11-17 02:39:05 +00:00
|
|
|
Documentation
|
|
|
|
-------------
|
2005-11-25 13:19:18 +00:00
|
|
|
|
2017-09-10 10:25:49 +00:00
|
|
|
See https://9fans.github.io/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
|
|
|
|
2014-11-17 02:39:05 +00:00
|
|
|
Helping out
|
|
|
|
-----------
|
2003-10-13 17:18:52 +00:00
|
|
|
|
2020-01-13 22:04:06 +00:00
|
|
|
If you'd like to help out, great!
|
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
|
|
|
|
2014-11-17 02:39:05 +00:00
|
|
|
Git
|
|
|
|
---
|
2003-10-13 17:18:52 +00:00
|
|
|
|
2020-01-13 22:04:06 +00:00
|
|
|
You can use Git to keep your local copy up-to-date as we make
|
2014-11-17 02:39:05 +00:00
|
|
|
changes and fix bugs. See the git(1) man page here ("9 man git")
|
|
|
|
for details on using Git.
|
2003-10-13 17:18:52 +00:00
|
|
|
|
2017-09-01 18:57:50 +00:00
|
|
|
Status
|
|
|
|
------
|
2023-04-01 01:12:43 +00:00
|
|
|
[![Github Actions Build Status](https://github.com/9fans/plan9port/actions/workflows/actions.yaml/badge.svg)](https://github.com/9fans/plan9port/actions/workflows/actions.yaml)
|
2017-09-01 18:57:50 +00:00
|
|
|
[![Coverity Scan Build Status](https://scan.coverity.com/projects/plan-9-from-user-space/badge.svg)](https://scan.coverity.com/projects/plan-9-from-user-space)
|
|
|
|
|
|
|
|
|
2014-11-17 02:39:05 +00:00
|
|
|
Contact
|
|
|
|
-------
|
2003-10-13 17:18:52 +00:00
|
|
|
|
2017-09-10 10:25:49 +00:00
|
|
|
* Mailing list: https://groups.google.com/group/plan9port-dev
|
|
|
|
* Issue tracker: https://github.com/9fans/plan9port/issues
|
|
|
|
* Submitting changes: https://github.com/9fans/plan9port/pulls
|
2014-11-17 02:39:05 +00:00
|
|
|
|
|
|
|
* Russ Cox <rsc@swtch.com>
|