Changes between Version 83 and Version 84 of SystemDownloadEN


Ignore:
Timestamp:
Jan 7, 2013, 8:46:11 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDownloadEN

    v83 v84  
    107107
    108108[http://www.modrana.org/packages/modrana_0.29-1_all.ipk]
    109 
    110 [wiki:QtMokoInstalationEN a walkthrought for intalation on QTMoko]
    111 
    112  * if running modRana without installing on '''SHR''', you need to install some dependencies:
     109'''NOTE: this package is VERY outdated, get the modRana tarball & clone it from git to get a more recent version'''
     110
     111[wiki:QtMokoInstalationEN a walkthrough for installation on QTMoko]
     112
     113'''Cloning modRana from git'''
     114This ios an alternative method for having up-to-date modRana on your device. :)
     115
     116First install Git:
     117{{{
     118opkg update
     119opkg install git
     120}}}
     121
     122Then clone modRana & run it:
     123{{{
     124git clone http://github.com/M4rtinK/modrana.git
     125cd modrana
     126python modrana.py
     127}}}
     128
     129To update the Git clone, just run git pull from inside the ''modrana'' directory:
     130{{{
     131git pull
     132}}}
     133
     134 * if running modRana from tarball or Git on '''SHR''', you need to install some missing dependencies:
    113135{{{
    114136opkg install python-misc python-netclient python-json python-compress