Changes between Version 3 and Version 4 of Documentation/Reference/Test Functions
- Timestamp:
- 06/06/08 01:29:19 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Test Functions
v3 v4 8 8 9 9 {{{ 10 #!html 11 <object> 10 #!MathML 12 11 <math xmlns="http://www.w3.org/1998/Math/MathML"> 13 12 <mfrac> … … 16 15 </mfrac> 17 16 </math> 18 </object>19 }}}20 21 {{{22 #!MathML23 $ ./configure --help24 ...25 --enable-abc ......26 --enable-def ......27 --with-ghi[=dir] ......28 ...29 $ ./configure '--enable-abc' \30 '--enable-def' \31 --with-ghi='/usr32 /local'33 (many outputs here)34 35 $ make36 (many outputs again)37 38 (now su to root)39 $ su40 Password:41 (type your root password)42 43 # make install44 (ok, it's now installed)45 17 }}} 46 18


