Changes between Version 78 and Version 79 of SystemDownloadEN


Ignore:
Timestamp:
Jan 6, 2013, 12:56:07 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDownloadEN

    v78 v79  
    2424
    2525'''How to install'''
    26 First install dependencies using apt-get (you need to be root for this):
     26
     27First become root:
    2728
    2829{{{
    29 apt-get install python-pyside.qtgui python-pyside.qtdeclarative python-qtmobility
     30devel-su
    3031}}}
    3132
    32 Then download & install the modRana package. After installation, modRana icon should show up among the other icons. To run modRana from the CLI, use this command (if the package wants to be Ovi store compatible, it should put files to /usr/bin):
     33Then add the modRana COBS repository, update repositories & install modRana:
     34
     35{{{
     36echo "deb http://repo.pub.meego.com//home:/MartinK:/modrana/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./" > /etc/apt/sources.list.d/modrana-cobs.list
     37apt-get update
     38apt-get install modrana
     39}}}
     40
     41Then download & install the modRana package. After installation, modRana icon should show up among the other icons. To run modRana from the CLI, use this command (if the package wants to be Ovi store compatible, it can't put files to /usr/bin so this startup script is used):
    3342
    3443{{{