From owner-freebsd-questions@FreeBSD.ORG Sat Nov 29 14:15:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C6D16A4CE for ; Sat, 29 Nov 2003 14:15:04 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id E24A243FAF for ; Sat, 29 Nov 2003 14:15:01 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from titan.criticalmagic.com ([68.213.16.23] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1AQDMO-0000lI-00; Sat, 29 Nov 2003 14:14:41 -0800 Message-ID: <3FC919FB.8020109@mindspring.com> Date: Sat, 29 Nov 2003 17:13:15 -0500 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <6.0.0.22.0.20031129165228.01bb0f38@pop.face2interface.com> In-Reply-To: <6.0.0.22.0.20031129165228.01bb0f38@pop.face2interface.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 1ee258965991efcb0865379cdb43356e5e89bb4777695beb702e37df12b9c9ef16bcf995026cc7ad1647b7ae427f6850350badd9bab72f9c350badd9bab72f9c cc: freebsd-questions@freebsd.org Subject: Re: newbie source question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 22:15:05 -0000 Marty Landman wrote: > I installed the 4.8 mini iso w/o the source and would like to now > install the source code too. How is this done, and is there a beginner's > tutorial on working with gcc (I assume that's the standard compiler?) on > fbsd? Chapter 21 of the FreeBSD handbook covers most of this. Most people that are tracking FreeBSD via source use the utility "cvsup". This part of the handbook covers this utility as well as how to build FreeBSD from source. Once you've read the handbook, it's not that hard at all. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Also, once you get the source, the comments inside the main Makefile (/usr/src/Makefile) also give the steps necessary to build from source. Richard Coleman richardcoleman@mindspring.com