Yukiteru

Turpial instalacion manual

Sep 23rd, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Requisitos
  2. ----------
  3.  
  4. Turpial necesita los siguientes paquetes para funcionar correctamente:
  5.  
  6. * ``python >= 2.5``
  7. * ``python-simplejson >= 1.9.2``
  8. * ``python-gtk2 >= 2.12``
  9. * ``python-notify >= 0.1.1``
  10. * ``python-gst0.10``
  11. * ``python-pybabel >= 0.9.1``
  12. * ``python-gtkspell >= 2.25.3``
  13. * ``python-webkit``
  14. * ``python-setuptools``
  15. * ``python-pkg-resources``
  16.  
  17. Una instalacion estandar de *Python* (como la que viene en la mayoria de las
  18. distribuciones GNU/Linux) es mas que suficiente. El resto de los modulos se
  19. pueden instalar en las distribuciones basadas en Debian con el siguiente
  20. comando (como superusuario):
  21.  
  22. # aptitude install python-simplejson \
  23. python-gtk2 \
  24. python-notify \
  25. python-gst0.10 \
  26. python-pybabel \
  27. python-gtkspell \
  28. python-webkit \
  29. python-setuptools \
  30. python-pkg-resources
  31.  
  32. o si dispone de ``sudo``::
  33.  
  34. $ sudo aptitude install python-simplejson \
  35. python-gtk2 \
  36. python-notify \
  37. python-gst0.10 \
  38. python-pybabel \
  39. python-gtkspell \
  40. python-webkit \
  41. python-setuptools \
  42. python-pkg-resources
  43.  
  44. También debe disponer de los módulos de gstreamer necesarios para su motor de
  45. sonidos (alsa, pulseaudio, sdl, etc). Puede ubicarlos (en Debian) con los
  46. paquetes gstreamer0.10-alsa, gstreamer0.10-pulseaudio, gstreamer0.10-sdl
  47.  
  48. Instalacion
  49. -----------
  50.  
  51. El proceso de instalacion de la aplicacion puede hacerlo de la siguiente
  52. manera (como superusuario)::
  53.  
  54. # python setup.py install
  55.  
  56. o si dispone de ``sudo``::
  57.  
  58. $ sudo python setup.py install
Advertisement
Add Comment
Please, Sign In to add comment