source:
BOOK/cross-tools/common/m4.xml@
88ef769
Last change on this file since 88ef769 was 1c9985f, checked in by , 11 years ago | |
---|---|
|
|
File size: 923 bytes |
Rev | Line | |
---|---|---|
[66a06a6] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
[1c9985f] | 2 | <!DOCTYPE c:package [ |
[66a06a6] | 3 | <!ENTITY % general-entities SYSTEM "../../general.ent"> |
4 | %general-entities; | |
5 | ]> | |
6 | ||
[1c9985f] | 7 | <c:package xmlns:c="http://schema.cross-lfs.org/book" |
8 | xmlns:xi="http://www.w3.org/2001/XInclude" | |
9 | id="ch-cross-tools-m4" c:multibuild="false"> | |
[66a06a6] | 10 | |
[1c9985f] | 11 | <c:title>M4</c:title> |
12 | <c:version>&m4-version;</c:version> | |
13 | <c:variant>cross-tools</c:variant> | |
[66a06a6] | 14 | |
[1c9985f] | 15 | <xi:include href="../../final-system/common/m4.xml" |
16 | xpointer="xmlns(co=http://schema.cross-lfs.org/book) | |
17 | xpointer(/co:package/co:description[1])" /> | |
[66a06a6] | 18 | |
[1c9985f] | 19 | <c:install> |
[66a06a6] | 20 | |
[1c9985f] | 21 | <c:para>Prepare M4 for compilation:</c:para> |
[66a06a6] | 22 | |
[1c9985f] | 23 | <c:command>./configure --prefix=/cross-tools</c:command> |
[66a06a6] | 24 | |
[1c9985f] | 25 | <c:para>Compile the package:</c:para> |
[66a06a6] | 26 | |
[1c9985f] | 27 | <c:command>make</c:command> |
[66a06a6] | 28 | |
[1c9985f] | 29 | <c:para>Install the package:</c:para> |
[66a06a6] | 30 | |
[1c9985f] | 31 | <c:command>make install</c:command> |
[66a06a6] | 32 | |
[1c9985f] | 33 | </c:install> |
[66a06a6] | 34 | |
[1c9985f] | 35 | <c:contents c:ref="ch-system-m4" /> |
[66a06a6] | 36 | |
[1c9985f] | 37 | </c:package> |
Note:
See TracBrowser
for help on using the repository browser.