Changeset e0e40d3 for BOOK/final-system/common/bison.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bison.xml
r82fedc4 re0e40d3 34 34 <title>Installation of Bison</title> 35 35 36 <para >Prepare Bison for compilation:</para>36 <para os="a">Prepare Bison for compilation:</para> 37 37 38 <screen ><userinput>./configure --prefix=/usr</userinput></screen>38 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 39 39 40 <para >Compile the package:</para>40 <para os="c">Compile the package:</para> 41 41 42 <screen ><userinput>make</userinput></screen>42 <screen os="d"><userinput>make</userinput></screen> 43 43 44 <para >To test the results, issue:44 <para os="e">To test the results, issue: 45 45 <userinput>make check</userinput>.</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.