136 lines
		
	
	
	
		
			4.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			136 lines
		
	
	
	
		
			4.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 | |
| <!ENTITY date "$Date: 1997-10-23 03:12:19 $">
 | |
| <!ENTITY title "Getting FreeBSD">
 | |
| <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
 | |
| ]>
 | |
| <!-- $Id: where.sgml,v 1.23 1997-10-23 03:12:19 jkh Exp $ -->
 | |
| 
 | |
| <html>
 | |
| &header;
 | |
| 
 | |
| <a name="releases"></a>
 | |
| <h2><a href="&base/releases/index.html">Release Information</a></h2>
 | |
| 
 | |
| <p>Detailed descriptions of past, present, and future releases.  Look here
 | |
| first to determine what the latest version of FreeBSD is.</p>
 | |
| 
 | |
| <a name="install"></a>
 | |
| <h2><a href="handbook/install.html">Installing FreeBSD</a></h2>
 | |
| 
 | |
|     <p>There are many options for installing FreeBSD, including
 | |
|       installation from CDROM, floppy disk, an MS-DOS partition,
 | |
|       magnetic tape, anonymous ftp, and NFS.  Please read through
 | |
|       the <a href="handbook/install.html">installation guide</a>
 | |
|       before downloading the entire FreeBSD distribution.  If you
 | |
|       are installing on a machine connected to the Internet, you
 | |
|       may only need to download a single installation disk image!</p>
 | |
| 
 | |
| <a name="distribution"></a>
 | |
| <h2>Distribution Sites</h2>
 | |
| 
 | |
| <p>The official sources for FreeBSD are:
 | |
| <ul>
 | |
|       <li>Anonymous ftp from <a
 | |
| href="ftp://ftp.freebsd.org/pub/FreeBSD">ftp://ftp.FreeBSD.org/pub/FreeBSD</a>:
 | |
| 	<ul>
 | |
| 	  <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE">FreeBSD 2.2.5-RELEASE</a></li>
 | |
| 
 | |
| 	  <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.7.1-RELEASE">FreeBSD 2.1.7.1-RELEASE</a></li>
 | |
| 	</ul>
 | |
| </li>
 | |
|       <li>Anonymous ftp from one of the numerous <a
 | |
| 	  href="handbook/mirrors.html"><strong>mirror
 | |
| 	    sites</strong></a></li>
 | |
| 
 | |
|       <li>On <a href="http://www.cdrom.com/titles/os/freebsd.htm">CD-ROM</a> from <a href="http://www.cdrom.com/">Walnut Creek
 | |
| CDROM</a></li>
 | |
|     </ul>
 | |
| 
 | |
|     <p>If you plan on getting FreeBSD via ftp, please check the
 | |
|       listing of <a href="handbook/mirrors.html"><strong>mirror
 | |
|       sites</strong></a> in the handbook to see if there is a site closer
 | |
|       to you.  For more information about past, present and
 | |
|       future releases in general, please visit the <a
 | |
|       href="releases/">release information page</a>.
 | |
| 
 | |
|     <p>If you're interesting in a purely experimental <strong>snapshot</strong>
 | |
|       release of FreeBSD-current (AKA 3.0-current), aimed at developers
 | |
|       and bleeding-edge testers only, then please see the 
 | |
|       <a href="ftp://current.freebsd.org/pub/FreeBSD/">daily snapshot
 | |
|       server</A> FTP site.  This site also contains daily snapshots of
 | |
|       the 2.2-stable branch.</p>
 | |
| 
 | |
| <a name="apps"></a>
 | |
| <h2>Applications and Utility Software</h2>
 | |
| 
 | |
|     <h3>The Packages collection</h3>
 | |
| 
 | |
|     <p>The FreeBSD packages are a diverse collection of utility
 | |
|       and application software that has been ported to FreeBSD.
 | |
|       The packages are pre-compiled binaries ready to drop into
 | |
|       your system and run.</p>
 | |
| 
 | |
|     <ul>
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-current">Packages
 | |
| 	  for FreeBSD-current</a></li>
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2.5">Packages
 | |
| 	  for FreeBSD 2.2.5</a></li>
 | |
| 
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.1.7">Packages
 | |
| 	  for FreeBSD versions 2.1.5 - 2.1.7</a></li>
 | |
|     </ul>
 | |
| 
 | |
| <h3>The Ports collection</h3>
 | |
| 
 | |
|     <p>The Ports collection is like the packages collection but
 | |
|       instead of compiled binaries, the necessary patches and
 | |
|       makefiles to compile the source code are provided.  For
 | |
|       software with important configuration that must be done at
 | |
|       compile time, the "port" version may be more useful than
 | |
|       the "package" version.</p>
 | |
| 
 | |
|     <ul>
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-current">Ports
 | |
| 	  for FreeBSD-current</a></li>
 | |
| 
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/2.2.5-RELEASE/ports">Ports
 | |
| 	  for FreeBSD 2.2.5-RELEASE</a></li>
 | |
| 
 | |
|       <li><a href="ftp://ftp.freebsd.org/pub/FreeBSD/ports-2.1.7">Ports
 | |
| 	  for FreeBSD versions 2.1.5 - 2.1.7</a></li>
 | |
| 
 | |
|       <li><a href="ports/index.html">Alternative WWW interface
 | |
| 	  to Ports for FreeBSD-current</a></li>
 | |
|     </ul>
 | |
| 
 | |
|     <p>For information about how <em>you</em> can contribute
 | |
|       <em>your</em> favorite piece of software to the port
 | |
|       collection, have a look at <em><a
 | |
|       href="handbook/porting.html">Porting
 | |
|       applications</a></em> and <em><a
 | |
|       href="handbook/contrib.html">Contributing to
 | |
|       FreeBSD</a></em> in the <a
 | |
|       href="handbook"><em>FreeBSD handbook</em></a>.
 | |
| 
 | |
| <h3>Commercial software</h3>
 | |
| 
 | |
|     <p>Beginning with FreeBSD <a href="releases">Release
 | |
| 	2.0.5</a>, FreeBSD includes demo versions of some
 | |
| 	commercial as well as some shareware products.  In
 | |
| 	addition to the demos available in the FreeBSD
 | |
| 	distribution, a number of other commercial vendors offer
 | |
| 	software products specifically for FreeBSD.</p>
 | |
| 
 | |
|     <ul>
 | |
| 
 | |
|       <li><a
 | |
| 	  href="ftp://ftp.freebsd.org/pub/FreeBSD/2.1.7.1-RELEASE/commerce">Commercial
 | |
| 	  products for FreeBSD 2.1.5 - 2.1.7</a></li>
 | |
| 
 | |
|       <li><a href="commercial.html">Commercial vendors supporting
 | |
| 	  FreeBSD</a></li>
 | |
|     </ul>
 | |
| 
 | |
| &footer;
 | |
| </body>
 | |
| </html>
 |