skip to content
Razvan's wiki
User Tools
Log In
Site Tools
Search
Tools
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
You are here:
start
»
Tutorials
»
Get Tribler sources
Trace:
•
Get Tribler sources
Sidebar
computers
Start page for contributors
Fun
guides
projects
rosedu
school
software
Tutorials
Karaoke Links
Mesaje de promovare
sidebar
tutorials:tribler_on_debian
Table of Contents
Get Tribler sources
Install version 2.8 of wxPython-based libraries
Run Tribler
Enjoy
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.txt
· Last modified: 2020/07/20 09:16 (external edit)
Page Tools
Old revisions
Backlinks
Back to top