个人工具

UbuntuHelp:Transmission

来自Ubuntu中文

Wikibot讨论 | 贡献2008年4月23日 (三) 11:59的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Transmission is a lightweight GTK+ BitTorrent client.

Ubuntu 7.10 (Gutsy) and later

Transmission is available from the Universe repository. Go to Add/Remove Programs -> Internet -> Transmission to install it.

Installation from source

Prepare installation

To install properly Transmission from source, you must, at first time, install some other packages. This packages contain source code of GTK and openssl. This package are required to build Transmission with GTK support and SSL support. Here the list of packages to install : libgtk2.0-dev, libssl-dev and build-essential. (See InstallingSoftware).

Get Source code

To install transmission you have to download the source code from this web site (http://www.transmissionbt.com/). Pull it in any directory and extract it's content.

Get window icon

To get an icon for Transmission window, you have to edit the main.c file present in the source. Open this file with gedit or your favorite text editor and search for this line:

gtk_window_resize(GTK_WINDOW(wind), width, height);

Above this line, add this one :

gtk_window_set_icon_name(GTK_WINDOW(wind), "stock_internet");

Build from source

In a terminal, run the traditional ./configure, make, sudo make install.

Start transmission

You just have to execute transmission-gtk. Also, you could create a laucher on your desktop.

References

http://www.ubuntuforums.org/showthread.php?t=220149 http://www.ubuntuforums.org/showthread.php?t=254164

Installation from package

Download the package

Here the link http://gir.deefa.com/debian/transmission/ Or from http://www.getdeb.net/app.php?name=Transmission