Changeset 565a6cb for BOOK/temp-system/common
- Timestamp:
- Jan 6, 2014, 9:51:56 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b2c7852
- Parents:
- 6c258e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gettext.xml
r6c258e2 r565a6cb 53 53 </variablelist> 54 54 55 <para os="f">Compile the package:</para>55 <para os="f">Compile the required programs and support library:</para> 56 56 57 57 <screen os="g"><userinput>make -C gnulib-lib 58 make -C src msgfmt </userinput></screen>58 make -C src msgfmt msgmerge xgettext</userinput></screen> 59 59 60 <para os="h">Install the <command>msgfmt</command> binary:</para> 60 <para os="h">Install the <command>msgfmt</command>, 61 <command>msgmerge</command> and <command>xgettext</command> binaries:</para> 61 62 62 <screen os="i"><userinput>cp -v src/ msgfmt/tools/bin</userinput></screen>63 <screen os="i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 63 64 64 65 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.