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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/README.md between version 1.3 and 1.4

version 1.3, 2018/10/22 08:49:00 version 1.4, 2018/10/23 15:44:42
Line 1 
Line 1 
 NetBSD  NetBSD
 ------  ------
   
 NetBSD is a complete operating system.  NetBSD is a free, fast, secure, and highly portable Unix-like Open
 It supports a wide range of machines from recent aarch64 and amd64  Source operating system.  It is available for a [wide range of
 machines to VAX and M68k.  platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
   and powerful desktop systems to handheld and embedded devices.
   
 Building  Building
 --------  --------
   
 Cross-building is possible from most UNIX-like operating systems.  You can cross-build NetBSD from most UNIX-like operating systems.
 To build for amd64 (x86_64), in the src directory:  To build for amd64 (x86_64), in the src directory:
   
     ./build.sh -U -u -j4 -m amd64 -O ~/obj release      ./build.sh -U -u -j4 -m amd64 -O ~/obj release
   
 Additional build information available in the [BUILDING](BUILDING) file.  Additional build information available in the [BUILDING](BUILDING) file.
Line 17  Additional build information available i
Line 19  Additional build information available i
 Binaries  Binaries
 --------  --------
   
 - [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)  - [Daily builds](https://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/)
 - [Releases](https://cdn.netbsd.org/pub/NetBSD/)  - [Releases](https://cdn.netbsd.org/pub/NetBSD/)
   
 Testing  Testing
 -------  -------
   
 On a running NetBSD system  On a running NetBSD system:
   
     cd /usr/tests; atf-run | atf-report      cd /usr/tests; atf-run | atf-report
   
 Troubleshooting  Troubleshooting
 ---------------  ---------------
   
 - Bugs and patches can be sent [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).  - Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd).
 - Several [mailing lists](https://www.netbsd.org/mailinglists/) exist.  - Subscribe to the [mailing lists](https://www.netbsd.org/mailinglists/).
   The [netbsd-users](https://netbsd.org/mailinglists/#netbsd-users) list is a good choice for many problems.    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.
 - A community IRC channel exist on [#netbsd @ freenode](https://webchat.freenode.net/?channels=#netbsd)  - Join the community IRC channel [#netbsd @ freenode](https://webchat.freenode.net/?channels=#netbsd).
   
 Latest sources  Latest sources
 --------------  --------------
   
 To fetch the main CVS repository:  To fetch the main CVS repository:
   
     cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src      cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src
   
   To work in the Git mirror, which is updated every few hours from CVS:
   
       git clone https://github.com/NetBSD/src.git
   
 Additional Links  Additional Links
 ----------------  ----------------
   
 [The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)  - [The NetBSD Guide](https://www.netbsd.org/docs/guide/en/)
 [NetBSD manual pages](http://man.netbsd.org/)  - [NetBSD manual pages](http://man.netbsd.org/)
 [NetBSD Cross-Reference](https://nxr.netbsd.org/)  - [NetBSD Cross-Reference](https://nxr.netbsd.org/)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>