|
FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
|
Thread Tools | Display Modes |
|
||||
/sr/src/README gives an overview of what is in each although most of that is obvious.
in regards to the contents of /usr/src: you need cddl for zfs you need crypto and secure for open ssh/ssl -> crypto = source, secure/* = makefiles you need bin -> this is code for /bin/* you need sbin -> this is code for /sbin/* you need usr.bin -> this is code for /usr/bin/* you need usr.sbin -> this is code for /usr/sbin/* you might want kerboos5 you want etc you want share you want include you need libexec you need lib If you want a fully functional system you want contrib and gnu gnu code should generally be in contrib but makefiles and extras in gnu/*. best reasons to have contrib: bc, bind, bzip2, cpio, cvs, diff, file, gcc, gdb, gperf, groff -> man page formatter!, less -> pager more and less, libstdc++ -> (gnu) standard C++ library, lukemftp/lukemftpd -> ftp client and server, ncurses -> needed for console TUI, netcat, (n)vi, (one true)awk, pam, pf, sendmail, tcsh, top, traceroute, wpa_supplicant. Generally speaking, it's just easier to grab the whole tree +/- games unless you have a specific objective in mind like building a system that will only be used to do foo but never bar without change. You should also look into the build system if you need to do that.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
Quote:
|
|
||||
I guess that explains why the stuff in /usr/games is so much more boring then on OpenBSD 4.0.... hehehe
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
i will configure my make.conf
does anyone know how to get info if i have to set pentium4 pentium4m or presscot for CPUTYPE? How to check which one i'm running..... I know it's Pentium 4 presscot, because it's heating very much.... but does that means i can use presscot for compilation? I know pentium4 is safe choise |
Tags |
buildworld |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Buildworld error | terryd | FreeBSD Installation and Upgrading | 2 | 1st February 2009 11:05 AM |
freebsd 7.1 upgrade buildworld error | map7 | FreeBSD Installation and Upgrading | 9 | 30th October 2008 06:54 PM |
buildworld Fails at Exact Same Spot | ninjatux | FreeBSD Installation and Upgrading | 12 | 18th June 2008 03:46 PM |
how to buildworld ? | bsdnewbie999 | FreeBSD General | 2 | 17th May 2008 10:11 AM |
Buildworld make.conf options | siffland | FreeBSD Installation and Upgrading | 4 | 12th May 2008 12:02 AM |