close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Aug 8, 2012, 11:59:54 AM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v66
|
v67
|
|
| 71 | 71 | * prerequisites: '''python''' (cca '''2.5'''+), '''GTK2''' and '''Cairo''', optionally '''Simplejson''' |
| 72 | 72 | * when on Maemo 5, install '''python-hildon''' and '''python-dbus''' nad run with '''python modrana.py n900''' |
| 73 | | * install '''espeak''' to enable text to speach |
| | 73 | * install '''espeak''' to enable text to speach |
| | 74 | |
| | 75 | === Cutting edge tarball === |
| | 76 | there is also a [https://github.com/M4rtinK/modrana/tarball/master cutting edge tarball], generated automatically from the modRana Git repository. |
| | 77 | |
| | 78 | You can download, extract modRana like this: |
| | 79 | |
| | 80 | {{{ |
| | 81 | wget https://github.com/M4rtinK/modrana/tarball/master -O modrana.tar.gz |
| | 82 | tar -xvf modrana.tar.gz |
| | 83 | }}} |
| | 84 | |
| | 85 | Then ''cd'' into the M4rtinK-modrana-''tag'' directory and run modRana: |
| | 86 | {{{ |
| | 87 | python modrana.py |
| | 88 | }}} |
| | 89 | |
| | 90 | To see more options, see the modRana CLI help: |
| | 91 | |
| | 92 | {{{ |
| | 93 | python modrana.py --help |
| | 94 | }}} |
| 74 | 95 | |
| 75 | 96 | == A simple script for testing internet connectivity == |