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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to