plugin.video.torrenter/README.txt

48 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-01-09 14:11:21 +03:00
Official library`s website is http://www.rasterbar.com/products/libtorrent/
Plugin requires python binding
--- INSTALLATION ---
1. Windows
2015-01-09 14:17:51 +03:00
No installation required, will be downloaded with plugin from repository as module.
2015-01-09 14:11:21 +03:00
2. Linux
2.1 Run at console 'sudo apt-get install python-libtorrent'
2.2 Install addon and enjoy
or you could compile it:
sudo apt-get install libboost-dev libboost-python-dev libboost-system-dev g++ libssl openssl autotool automake subversion
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
2015-01-09 14:16:22 +03:00
./configure --enable-python-binding
2015-01-09 14:11:21 +03:00
make
sudo make install
sudo ldconfig
________________________________________________________________________________________________________
Вебсайт библиотеки http://www.rasterbar.com/products/libtorrent/
Для работы плагина нужен её билд под python
--- ИНСТАЛЯЦИЯ ---
1. Windows
2015-01-09 14:16:22 +03:00
Все установится автоматически из репозитория
2015-01-09 14:11:21 +03:00
2. Linux
2.1 Выполняем в терминале sudo apt-get install python-libtorrent
2.2 Устанавливаем аддон в XBMC и пользуемся
или компилируем:
sudo apt-get install libboost-dev libboost-python-dev libboost-system-dev g++ libssl openssl autotool automake subversion
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
2015-01-09 14:16:22 +03:00
./configure --enable-python-binding
2015-01-09 14:11:21 +03:00
make
sudo make install
sudo ldconfig