source: chapter05/linux-libc-headers.xml@ 1375d26

Last change on this file since 1375d26 was 1375d26, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter05/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-tools-linux-libc-headers" role="wrap">
8<title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
9<?dbhtml filename="linux-libc-headers.html"?>
10
11<indexterm zone="ch-tools-linux-libc-headers">
12<primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
13<secondary>tools, headers</secondary></indexterm>
14
15<section role="package"><title/>
16
17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
20<seglistitem><seg>0.1 SBU</seg><seg>22 MB</seg></seglistitem>
21</segmentedlist>
22
23</section>
24
25<section role="installation">
26<title>Installation of Linux-Libc-Headers</title>
27
28<para>For years it has been common practice to use so-called <quote>raw</quote>
29kernel headers (straight from a kernel tarball) in <filename class="directory">/usr/include</filename>, but over the
30last few years, the kernel developers have taken a strong stance that such
31things should not be done. Thus was born the linux-libc-headers project,
32designed to maintain an API stable version of the Linux headers.</para>
33
34<para>Install the header files:</para>
35
36<screen><userinput>cp -R include/asm-i386 /tools/include/asm
37cp -R include/linux /tools/include</userinput></screen>
38
39</section>
40
41</section>
Note: See TracBrowser for help on using the repository browser.