140 lines
		
	
	
	
		
			5.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			140 lines
		
	
	
	
		
			5.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 | |
| <!ENTITY date "$FreeBSD: www/en/where.sgml,v 1.40 1999/12/12 16:24:02 jhb Exp $">
 | |
| <!ENTITY title "Getting FreeBSD">
 | |
| <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
 | |
| ]>
 | |
| <!-- $FreeBSD: www/en/where.sgml,v 1.40 1999/12/12 16:24:02 jhb 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/releases/alpha/3.3-RELEASE">FreeBSD 3.3-RELEASE/alpha</a></li>
 | |
| 	<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.4-RELEASE">FreeBSD 3.3-RELEASE/i386</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/freebsd/">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 4.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/branches/-current/packages">Packages for FreeBSD-current</a></li>
 | |
|       
 | |
|       <li><a
 | |
| 	  href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/2.2-stable/packages">Packages for FreeBSD 2.2-stable</a></li>
 | |
|       
 | |
|       <li><a
 | |
| 	  href="ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/3.2-stable/packages">Packages for FreeBSD 3.2-stable</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/ports-current">Ports
 | |
| 	  for FreeBSD-current</a></li>
 | |
| 
 | |
|       <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/2.2.8-RELEASE/ports">Ports
 | |
| 	  for FreeBSD 2.2.8-RELEASE</a></li>
 | |
|       
 | |
|       <li><a href="ports/index.html">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/releases/2.2.8-RELEASE/commerce">Commercial
 | |
| 	  products for FreeBSD 2.2.8</a></li>
 | |
|       
 | |
|       <li><a href="commercial/commercial.html">Commercial vendors supporting
 | |
| 	  FreeBSD</a></li>
 | |
|     </ul>
 | |
|     
 | |
|       &footer;
 | |
|   </body>
 | |
| </html>
 | |
| 
 | |
| <!-- 
 | |
|      Local Variables:
 | |
|      mode: sgml
 | |
|      sgml-indent-data: t
 | |
|      sgml-omittag: nil
 | |
|      sgml-always-quote-attributes: t
 | |
|      End:
 | |
| -->
 |