Changes between Version 34 and Version 35 of QuickStartGuide
- Timestamp:
- 10/31/10 20:53:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v34 v35 31 31 sudo apt-get install libreadline5-dev 32 32 sudo 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-devel38 33 }}} 39 34 … … 78 73 And in the runph prompt: 79 74 {{{ 80 runph$: phload example81 runph$: phinit example82 runph$: phrun example75 runph$: phload modem 76 runph$: phinit modem 77 runph$: phrun modem 83 78 }}} 84 79 … … 87 82 You can now view information about execution time: 88 83 {{{ 89 runph$: execinfo example84 runph$: execinfo modem 90 85 }}} 91 86 92 87 You can list available statistics and view/modify them: 93 88 {{{ 94 runph$: statlist example95 runph$: statget example source numbits96 runph$: statset example source numbits 51289 runph$: statlist modem 90 runph$: statget modem turbodecoder max_iterations 91 runph$: statset example turbodecoder max_iterations 12 97 92 }}} 93 98 94 99 95 === aloeUI === … … 102 98 {{{ 103 99 sudo runph --daemon 104 ./aloeui.run 100 runph -gui 105 101 }}} 106 102