Changes between Version 34 and Version 35 of QuickStartGuide

Show
Ignore:
Timestamp:
10/31/10 20:53:08 (14 years ago)
Author:
ismael (IP: 76.249.171.129)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v34 v35  
    3131sudo apt-get install libreadline5-dev 
    3232sudo apt-get install libjack-dev qjackctl libjack0 jack jackd jack-tools 
    33 }}} 
    34  
    35 In a fedora distribution, use yum to install the libraries: 
    36 {{{ 
    37 sudo yum install readline-devel 
    3833}}} 
    3934 
     
    7873And in the runph prompt: 
    7974{{{ 
    80 runph$: phload example 
    81 runph$: phinit example 
    82 runph$: phrun example 
     75runph$: phload modem 
     76runph$: phinit modem 
     77runph$: phrun modem 
    8378}}} 
    8479 
     
    8782You can now view information about execution time: 
    8883{{{ 
    89 runph$: execinfo example 
     84runph$: execinfo modem 
    9085}}} 
    9186 
    9287You can list available statistics and view/modify them: 
    9388{{{ 
    94 runph$: statlist example 
    95 runph$: statget example source numbits 
    96 runph$: statset example source numbits 512 
     89runph$: statlist modem 
     90runph$: statget modem turbodecoder max_iterations 
     91runph$: statset example turbodecoder max_iterations 12 
    9792}}} 
     93 
    9894 
    9995=== aloeUI === 
     
    10298{{{ 
    10399sudo runph --daemon 
    104 ./aloeui.run 
     100runph -gui 
    105101}}} 
    106102