Activities/Sugar Network: Difference between revisions

Line 21: Line 21:
* '''M2Crypto'''<br>Corresponding package name might be ''m2crypto'' or ''python-m2crypto'';
* '''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].
* '''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].<br>Fedora build instructions (make sure that {{Code|python-gevent}} and {{Code|python-greenlet}} packages are uninstalled):
 
sudo yum install gcc cmake python-devel python-pip
sudo pip-python install greenlet
wget https://github.com/downloads/SiteSupport/gevent/gevent-1.0rc1.tar.gz
tar xpf gevent-1.0rc1.tar.gz
cd gevent-1.0rc1
./setup.py build && ./setup.py install


== Sources ==
== Sources ==