Annotation of src/README.md, revision 1.3

1.1       maya        1: NetBSD
                      2: ------
                      3: 
                      4: NetBSD is a complete operating system.  
                      5: It supports a wide range of machines from recent aarch64 and amd64
                      6: machines to VAX and M68k.
                      7: 
                      8: Building
                      9: --------
                     10: 
                     11: Cross-building is possible from most UNIX-like operating systems.  
                     12: To build for amd64 (x86_64), in the src directory:  
                     13:     ./build.sh -U -u -j4 -m amd64 -O ~/obj release
                     14: 
1.2       wiz        15: Additional build information available in the [BUILDING](BUILDING) file.
1.1       maya       16: 
                     17: Binaries
                     18: --------
                     19: 
                     20: - [Daily builds](http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)  
                     21: - [Releases](http://cdn.netbsd.org/pub/NetBSD/)
                     22: 
                     23: Testing
                     24: -------
                     25: 
                     26: On a running NetBSD system  
1.3     ! pgoyette   27:     cd /usr/tests; atf-run | atf-report
1.1       maya       28: 
                     29: Troubleshooting
                     30: ---------------
                     31: 
                     32: - Bugs and patches can be sent [via web form](http://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).  
                     33: - Several [mailing lists](http://www.netbsd.org/mailinglists/) exist.  
1.2       wiz        34:   The [netbsd-users](http://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems.  
1.1       maya       35: - A community IRC channel exist on [#netbsd @ freenode](http://webchat.freenode.net/?channels=#netbsd)
                     36: 
                     37: Latest sources
                     38: --------------
                     39: 
                     40: To fetch the main CVS repository:  
                     41:     cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
                     42: 
                     43: Additional Links
                     44: ----------------
                     45: 
                     46: [The NetBSD Guide](http://www.netbsd.org/docs/guide/en/)
                     47: [NetBSD manual pages](http://man.netbsd.org/)
                     48: [NetBSD Cross-Reference](http://nxr.netbsd.org/)

CVSweb <webmaster@jp.NetBSD.org>