[pocket-linux] Building the Kernel
Tibberio
pocket-linux@ufo.chicago.il.us
Fri, 18 Jul 2003 22:28:31 +0000
Hi
Download your favorite kernel (http://www.kernel.org :) ); put the source=
in /usr/src/ and open tarredgzipped(or tarredbzipped) file.
You must have like some this:
... 4096 Jul 16 19:57 linux-2.4.21/
... 28533733 Jul 2 06:53 linux-2.4.21.tar.bz2
Now make a symlink:
ln -s linux-2.4.21 linux
and in linux-2.4.21 play make menuconfig
If it don't work, probably you haven't something like ncurses development=
lib.
good luck !
=20