Changeset e6423a01 for final-system/common/gettext.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Children:
- 193b7dd
- Parents:
- b8fddc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gettext.xml
rb8fddc7 re6423a01 37 37 <title>Installation of Gettext</title> 38 38 39 <para >Prepare Gettext for compilation:</para>40 41 <screen ><userinput>./configure --prefix=/usr</userinput></screen>42 43 <para >Compile the package:</para>44 45 <screen ><userinput>make</userinput></screen>46 47 <para >To test the results, issue: <userinput>make check</userinput>.</para>48 49 <para >Install the package:</para>50 51 <screen ><userinput>make install</userinput></screen>39 <para os="a">Prepare Gettext for compilation:</para> 40 41 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 42 43 <para os="c">Compile the package:</para> 44 45 <screen os="d"><userinput>make</userinput></screen> 46 47 <para os="e">To test the results, issue: <userinput>make check</userinput>.</para> 48 49 <para os="f">Install the package:</para> 50 51 <screen os="g"><userinput>make install</userinput></screen> 52 52 53 53 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.