- Modifié
Edit modo: Là ça va pas le faire...
Faut pas non plus dire n'importe quoi, un créateur de torrent est indispensable pour créer des .torrents, si ça fonctionne sans chez toi, c'est qu'un autre est déjà installé.Wagner wrote:Bref, la création d'un torrent fonctionne sans. En fait, le tout est inutile. Que cela soit buildtorrent ou mktorrent.
PS : Je ne serais en mesure de clarifier leur présence (ou mention) dans le tutoriel (ou ailleurs).
wget http://downloads.sourceforge.net/project/mktorrent/mktorrent/1.0/mktorrent-1.0.tar.gz
tar -xzvf mktorrent-1.0.tar.gz && rm -R mktorrent-1.0.tar.gz
cd mktorrent-1.0 && make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
make install USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
rm /var/www/rutorrent/plugins/create/conf.php
nano /var/www/rutorrent/plugins/create/conf.php
# Et y copier ceci :
<?php
@define('MAX_CONSOLE_SIZE',25,true);
$useExternal = "mktorrent";
$pathToCreatetorrent = '/usr/local/bin/mktorrent';
$pathToExternals["pgrep"] = '';
Puis redémarrer rtoto pour valider le tout