The Ubuntu ackage for Transmission is outdated so i decided to update to latest. Here is now it's done:
1. Solve dependencies:
$ sudo apt-get build-dep transmission
2. Download souces:
$ wget -c -t0 http://download.m0k.org/transmission/files/transmission-1.11.tar.bz2
3. Building the Transmission release in the command line:
tar xvjf transmission-1.11.tar.bz2
1. Solve dependencies:
$ sudo apt-get build-dep transmission
2. Download souces:
$ wget -c -t0 http://download.m0k.org/transmission/files/transmission-1.11.tar.bz2
3. Building the Transmission release in the command line:
tar xvjf transmission-1.11.tar.bz2
cd transmission-1.11
./configure --prefix=/usr && make -s
sudo make install
That's it :)
./configure --prefix=/usr && make -s
sudo make install
That's it :)