From owner-freebsd-hackers Fri Sep 7 13: 5:52 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 8F8FE37B407 for ; Fri, 7 Sep 2001 13:05:48 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA35366; Fri, 7 Sep 2001 13:30:34 -0700 (PDT) Date: Fri, 7 Sep 2001 13:30:33 -0700 (PDT) From: Julian Elischer To: Ashley Thomas Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Compiling source code In-Reply-To: <3B991EB3.1770F47@unity.ncsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Assuming it is in /usr/src (where it gets put by default) cd /usr/src make or cd /usr/src/ make buildworld make installworld or cd /usr/src/usr.bin/yourfavouriteutility make depend make maek install If you do not hav ethe source, see the many places in th online handbook that tell you how to keep your sources up-to date with the branch you select. (look for references to cvsup) On Fri, 7 Sep 2001, Ashley Thomas wrote: > Hi, > > Could anybody give me some info about 'how to compile the FreeBSD source > code' and run. > Any pointers to useful links will also suffice. > > thanks a lot > ashley > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message