Changeset e6423a01 for final-system/common/patch.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/patch.xml
rb8fddc7 re6423a01 36 36 <title>Installation of Patch</title> 37 37 38 <para >Prepare Patch for compilation:</para>38 <para os="a">Prepare Patch for compilation:</para> 39 39 40 <screen ><userinput>./configure --prefix=/usr</userinput></screen>40 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 41 41 42 <para >Compile the package:</para>42 <para os="c">Compile the package:</para> 43 43 44 <screen ><userinput>make</userinput></screen>44 <screen os="d"><userinput>make</userinput></screen> 45 45 46 <para >This package does not come with a test suite.</para>46 <para os="e">This package does not come with a test suite.</para> 47 47 48 <para >Install the package:</para>48 <para os="f">Install the package:</para> 49 49 50 <screen ><userinput>make install</userinput></screen>50 <screen os="g"><userinput>make install</userinput></screen> 51 51 52 52 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.