User Tools

Site Tools


Sidebar

tutorials:tribler_on_debian

This is an old revision of the document!


This document presents the steps required to run Tribler on Debian 4.0 (Etch)

Get Tribler sources

* download sources *:<pre>$ wget http://tribler.org/downloads/15 -O tribler-src.zip</pre> * unzip source archive *:<pre>$ unzip tribler-src.zip</pre>

Install version 2.8 of wxPython-based libraries

* useful link: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian * import key (as root) *:<pre># curl http://apt.wxwidgets.org/key.asc | apt-key add -</pre> * add repository; add following lines to <tt>/etc/apt/sources.list</tt> (first line is a comment) *:<pre> *: # wxWidgets/wxPython repository at apt.wxwidgets.org *: deb http://apt.wxwidgets.org/ etch-wx main *: deb-src http://apt.wxwidgets.org/ etch-wx main *:</pre> * update local package database (as root) *:<pre># apt-get update</pre> * install required wxPython-based pakages (as root) *:<pre># apt-get install python-wxgtk2.8 python-wxtools python-wxaddons wx2.8-i18n</pre>

Run Tribler

* You must be based in the Tribler root directory *:<pre>$ python tribler.py</pre>

Enjoy

tutorials/tribler_on_debian.1249242131.txt.gz · Last modified: 2009/08/02 22:42 by razvan