Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Mar 2004 12:18:29 -0500
From:      Jeremy Faulkner <gldisater@gldis.ca>
To:        Alina Groulx <agroulx@klocwork.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Maybe a stupid question but....
Message-ID:  <404DFC65.4070209@gldis.ca>
In-Reply-To: <1B74E3AB9C498E479D071D5C59C32FE5BA2883@server01.klocwork.com>
References:  <1B74E3AB9C498E479D071D5C59C32FE5BA2883@server01.klocwork.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Alina Groulx wrote:
> Hi everyone,
> 
> I've searched high and low for a download for FreeBSD source code in a form that I recognize.  I'm looking for tar.gz of the source code but am not seeing it anywhere.  Can someone help me or perhaps let me know how I can download off the cvs site?
> 
> Alina Groulx

All of the ftp mirrors have it in the src directory of the release or 
snapshot directory. This directory contains a shell script "install.sh".
Set the DESTDIR environment variable and run the shell script. The 
source, as it existed for that snapshot or release, will be installed in 
the directory specified by DESTDIR. If you want the source code for your 
current system, have cvsup installed and want to install the source code 
into /usr/src you can simply:

cvsup -h cvsup15.freebsd.org /usr/share/examples/cvsup/standard*

-- 
Jeremy Faulkner				http://www.gldis.ca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?404DFC65.4070209>