source: clfs-embedded/BOOK/materials/common/introduction.xml@ 8ffc8f19

Last change on this file since 8ffc8f19 was f2ad938, checked in by Andrew Bradford <andrew@…>, 11 years ago

materials: Move sources dir create with ${CLFS}

So that ${CLFS} and ${CLFS}/sources are created together.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-materials-introduction">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
13 <para>This chapter creates a directory where the cross compiler toolchain wil
14 be built and a directory where sources are kept. It includes a list of
15 packages that need to be downloaded for building a basic Linux
16 system.</para>
17
18 <para>The listed version numbers correspond to versions of the software that
19 are known to work, and this book is based on their use. We highly recommend
20 not using newer or older versions because the build commands for one version may not
21 work with another version.</para>
22
23 <para>Download locations may not always be accessible. If a download
24 location has changed since this book was published, Google (<ulink
25 url="http://www.google.com/"/>) provides a useful search engine for
26 most packages.</para>
27
28</sect1>
Note: See TracBrowser for help on using the repository browser.