Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 1996 18:11:49 GMT
From:      James Raynard <fqueries@jraynard.demon.co.uk>
To:        kasturi@teil.soft.net
Cc:        questions@freebsd.org
Message-ID:  <199605111811.SAA28026@jraynard.demon.co.uk>
In-Reply-To: <Pine.SGI.3.93.960510190655.23940A-100000@teil.soft.net> (kasturi@teil.soft.net)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "K.V.S. Sankaram" <kasturi@teil.soft.net> writes:
> 
>   I would like to download the entire source code. Is it available in a
> compressed format(tar, gz, etc.) ?  Please let me know.

Yes, these are what all the files sbase.aa and so on are (in the CD or
on the FTP site). They're the results of splitting up .tar.gz files
into more manageable chunks.

To install them, do something like:-

# mkdir /usr/src
# cd /usr/src
# cat /cdrom/dists/src/slib.* | tar xzvf -

(Or use the install.sh script in the same place the split files came
from).




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