text
Now you’ve done pretty good for yourself. From here, it is a major matter of time, lots of emerging, and some config changes.
Emerge Beginning
The first thing to do is:
"emerge sync"
What this does is updates all the files for your tarball assuring they are all up to date. Releases are common, so emerge sync should be done for every install. Next, I recommend typing:
"emerge nano"
Nano is a simple text editor, which I prefer over things like VI, as it is easier to operate. Once you have merged nano, type in:
"nano /etc/make.conf"
This will open up the make.conf file. In this file, it allows you to modify the CFlags, and compiling options for emerge. CFlags help optimise the source to your cpu standards, making it faster than other stock code. For help on CFLAGS, check out this website for your cpu. I also recommend modifying the USE flags under make.conf, as they will also help build the code better for your computer. For information on USE Flags, look here for the entries you can use. After this, we need to emerge the kernel for the system. I prefer using the 2.6.x kernel as of now, so I use:
Continue reading »