Changes between Version 2 and Version 3 of Documentation/Reference/Test Functions
- Timestamp:
- 06/05/08 16:13:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Test Functions
v2 v3 7 7 TODO 8 8 9 {{{ 10 #!html 11 <object> 12 <math xmlns="http://www.w3.org/1998/Math/MathML"> 13 <mfrac> 14 <mi>a</mi> 15 <mi>b</mi> 16 </mfrac> 17 </math> 18 </object> 19 }}} 20 21 {{{ 22 #!MathML 23 $ ./configure --help 24 ... 25 --enable-abc ...... 26 --enable-def ...... 27 --with-ghi[=dir] ...... 28 ... 29 $ ./configure '--enable-abc' \ 30 '--enable-def' \ 31 --with-ghi='/usr 32 /local' 33 (many outputs here) 34 35 $ make 36 (many outputs again) 37 38 (now su to root) 39 $ su 40 Password: 41 (type your root password) 42 43 # make install 44 (ok, it's now installed) 45 }}} 46 9 47 == MathML == 10 48