Changeset d8389f5 for temp-system/common
- Timestamp:
- Feb 21, 2006, 2:23:45 AM (19 years ago)
- Children:
- 58b5286
- Parents:
- 4bb4145f
- Location:
- temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/binutils.xml
r4bb4145f rd8389f5 22 22 <sect2 role="installation"> 23 23 <title>Installation of Binutils</title> 24 25 <para os="da">It is important that Binutils be the first package compiled26 because both Glibc and GCC perform various tests on the available27 linker and assembler to determine which of their own features to28 enable.</para>29 24 30 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
temp-system/common/gettext.xml
r4bb4145f rd8389f5 47 47 </variablelist> 48 48 49 <para os="f">Compile the package:</para> 49 <para os="f">Only one program in the Gettext package needs to be 50 built:</para> 50 51 51 52 <screen os="g"><userinput>make -C lib 52 53 make -C src msgfmt</userinput></screen> 53 54 54 <para os="h">Install the package:</para>55 <para os="h">Install the <command>msgfmt</command> binary:/para> 55 56 56 57 <screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.