![]() |
Outdated Package in etchThe PackagesTransmission 1.40 Beta 1 sources(approve sites). The packages are,
#------------------------------------------------------------------------- apt-get clean tar xvf transmission-1.40b1.tar.bz2 cd transmission1.40b1 ./configure --disable-mac --disable-beos --disable-gtk --disable-wx make make check make install #------------------------------------------------------------------------- If you don't want cli access just web access add --disable-cli to the end of the ./configure line. Alternatively if you don't want web/remote access just the cli add --disable-daemon. Default install location is /usr/local/ you can change by adding --prefix=/path/to/loc Page last modified on November 08, 2008, at 02:53 PM
|