LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need help gathering information to preform a compile. What information do I need? (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-help-gathering-information-to-preform-a-compile-what-information-do-i-need-4175437847/)

moonstroller 11-19-2012 03:51 PM

I need help gathering information to preform a compile. What information do I need?
 
it's been years since I compiled a kernel. I need to know what informatin I should gather for the 13.37 kernel 2.6.

ButterflyMelissa 11-19-2012 04:22 PM

Quote:

it's been years since I compiled a kernel. I need to know what informatin I should gather for the 13.37 kernel 2.6.
You dont need to do that, the make menuconfig script does that for you...

Quote:

wget [your kernel from www.kernel.org]
tar -xjvf [ file]
cd [folder where it all resides]
make menuconfig
(do some tweaks, mostly you dont need to tweak much)
make all
sudo make install
reboot into the new kernel
Have losta coffee around during the make all, it could (will) take some time...

Thor


All times are GMT -5. The time now is 10:32 AM.