个人工具

UbuntuHelp:Transmission

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 14:40的版本 (新页面: {{From|https://help.ubuntu.com/community/Transmission}} {{Languages|UbuntuHelp:Transmission}} === Installation from source === ==== Prepare installation ==== To install properly Transmis...)

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

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://transmission.m0k.org/). 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/