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