blob: 448ee89644ca150f2cd09c1b0eb47d0f71934675 (
plain) (
blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <html> <head> <link rel="stylesheet" href="newlib.css" /> </head> <body> <h2>Availability</h2> <p>You can access the newlib source in a few ways: <dl> <dt><b>Read-only web-based GIT access</b></dt> <dd> <p>You can use <a href="/git/gitweb.cgi?p=newlib-cygwin.git" target=_top>the gitweb interface</a>. </dd> <dt><b>Anonymous GIT read-only access</b></dt> <dd> <pre> git clone https://sourceware.org/git/newlib-cygwin.git </pre> </dd> <dt><b>GIT for developers with read/write access</b></dt> <dd> <pre> git clone sourceware.org:/git/newlib-cygwin.git </pre> </dd> <dt><b>Source snapshots</b></dt> <dd> <p>Source snapshots are available as gzipped tar files via anonymous FTP from the <a href="ftp://sourceware.org/pub/newlib/" target=_top>newlib ftp directory</a> <a href="/ftp/newlib/index.html">or http</a>. New snapshots are packaged and released from time to time. Documentation snapshots are also provided. </dd> <dt><b>Read-only web-based GIT access to newlib website</b></dt> <dd> <pre> <a href="/git/gitweb.cgi?p=newlib-htdocs.git">https://sourceware.org/git/gitweb.cgi?p=newlib-htdocs.git</a> </pre> </dd> </dl> </body> </html>
|