PrintLogo

Base: linux-2.6.25




Source code is available here.

Run these commands:

cp /sources/linux-2.6.25.tar.gz /usr/src/ &&
cd /usr/src/ &&
rm -rf linux-2.6.25 &&
tar -xzf linux-2.6.25.tar.gz &&
chown -R 0:0 linux-2.6.25 &&
cd linux-2.6.25 &&
make mrproper &&
make headers_check &&
make INSTALL_HDR_PATH=dest headers_install &&
cp -rv dest/include/* /usr/include



The output should look something like this:

  CHK     include/linux/version.h
  UPD     include/linux/version.h
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/unifdef
  MKDIR   include
  MKDIR   include/asm-generic
  INSTALL include/asm-generic/errno-base.h
  INSTALL include/asm-generic/errno.h
  INSTALL include/asm-generic/fcntl.h
.
.
.
`dest/include/sound/asound_fm.h' -> `/usr/include/sound/asound_fm.h'
`dest/include/sound/hdspm.h' -> `/usr/include/sound/hdspm.h'
`dest/include/sound/hdsp.h' -> `/usr/include/sound/hdsp.h'
`dest/include/sound/emu10k1.h' -> `/usr/include/sound/emu10k1.h'
`dest/include/sound/asequencer.h' -> `/usr/include/sound/asequencer.h'
`dest/include/sound/sb16_csp.h' -> `/usr/include/sound/sb16_csp.h'
`dest/include/video/sisfb.h' -> `/usr/include/video/sisfb.h'
`dest/include/video/edid.h' -> `/usr/include/video/edid.h'
`dest/include/video/uvesafb.h' -> `/usr/include/video/uvesafb.h'






This article comes from NoNIC:
http://nonic.org/

The URL for this story is:
http://nonic.org/art8.html



Copyright 2006-2008 NoNIC.org. Read our Terms of Use.