Changes between Version 66 and Version 67 of SystemDownloadEN


Ignore:
Timestamp:
Aug 8, 2012, 11:59:54 AM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDownloadEN

    v66 v67  
    7171 * prerequisites: '''python''' (cca '''2.5'''+), '''GTK2''' and '''Cairo''', optionally  '''Simplejson'''
    7272 * 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 ===
     76there is also a [https://github.com/M4rtinK/modrana/tarball/master cutting edge tarball], generated automatically from the modRana Git repository.
     77
     78You can download, extract modRana like this:
     79
     80{{{
     81wget https://github.com/M4rtinK/modrana/tarball/master -O modrana.tar.gz
     82tar -xvf modrana.tar.gz
     83}}}
     84
     85Then ''cd'' into the M4rtinK-modrana-''tag'' directory and run modRana:
     86{{{
     87python modrana.py
     88}}}
     89
     90To see more options, see the modRana CLI help:
     91
     92{{{
     93python modrana.py --help
     94}}}
    7495
    7596== A simple script for testing internet connectivity ==