Activities/Sugar Network: Difference between revisions
Created page with "== Summary == Sugar activity to distribute Sugar Network clients. == Sources == Clone source repository from [http://git.sugarlabs.org/network Gitorious]: git clone git:/..." |
|||
| Line 2: | Line 2: | ||
Sugar activity to distribute Sugar Network clients. | Sugar activity to distribute Sugar Network clients. | ||
== Dependencies == | |||
Most of activity dependencies are pure Python based and bundled. The rest of activities should be installed manually to users' system: | |||
* '''PyWebKitGtk'''<br>Corresponding package name might be ''pywebkitgtk'', ''python-webkit'' or ''python-webkitgtk''; | |||
* '''M2Crypto'''<br>Corresponding package name might be ''m2crypto'' or ''python-m2crypto''; | |||
* '''gevent-1.0'''<br>Version 1.0 is not yet released and not yet packaged. Activity bundles it but only for Fedora 14 (gevent contains binaries), for other systems, [https://github.com/SiteSupport/gevent/downloads install] gevent from [http://www.gevent.org/ upstream site]. | |||
== Sources == | == Sources == | ||