[BACK]Return to README.md CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Annotation of src/README.md, Revision 1.4

1.1       maya        1: NetBSD
                      2: ------
                      3:
1.4     ! riastrad    4: NetBSD is a free, fast, secure, and highly portable Unix-like Open
        !             5: Source operating system.  It is available for a [wide range of
        !             6: platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
        !             7: and powerful desktop systems to handheld and embedded devices.
1.1       maya        8:
                      9: Building
                     10: --------
                     11:
1.4     ! riastrad   12: You can cross-build NetBSD from most UNIX-like operating systems.
        !            13: To build for amd64 (x86_64), in the src directory:
        !            14:
1.1       maya       15:     ./build.sh -U -u -j4 -m amd64 -O ~/obj release
                     16:
1.2       wiz        17: Additional build information available in the [BUILDING](BUILDING) file.
1.1       maya       18:
                     19: Binaries
                     20: --------
                     21:
1.4     ! riastrad   22: - [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)
1.1       maya       23: - [Releases](https://cdn.netbsd.org/pub/NetBSD/)
                     24:
                     25: Testing
                     26: -------
                     27:
1.4     ! riastrad   28: On a running NetBSD system:
        !            29:
1.3       pgoyette   30:     cd /usr/tests; atf-run | atf-report
1.1       maya       31:
                     32: Troubleshooting
                     33: ---------------
                     34:
1.4     ! riastrad   35: - Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).
        !            36: - Subscribe to the [mailing lists](https://www.netbsd.org/mailinglists/).
        !            37:   The [netbsd-users](https://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems; watch [current-users](https://netbsd.org/mailinglists/#current-users) if you follow the bleeding edge of NetBSD-current.
        !            38: - Join the community IRC channel [#netbsd @ freenode](https://webchat.freenode.net/?channels=#netbsd).
1.1       maya       39:
                     40: Latest sources
                     41: --------------
                     42:
1.4     ! riastrad   43: To fetch the main CVS repository:
        !            44:
1.1       maya       45:     cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
                     46:
1.4     ! riastrad   47: To work in the Git mirror, which is updated every few hours from CVS:
        !            48:
        !            49:     git clone https://github.com/NetBSD/src.git
        !            50:
1.1       maya       51: Additional Links
                     52: ----------------
                     53:
1.4     ! riastrad   54: - [The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)
        !            55: - [NetBSD manual pages](http://man.netbsd.org/)
        !            56: - [NetBSD Cross-Reference](https://nxr.netbsd.org/)

CVSweb <webmaster@jp.NetBSD.org>