New Read me?

pull/1/head
DiMartinoX 2015-01-09 14:16:22 +03:00
parent 6fef9834fe
commit ecd412cba6
1 changed files with 4 additions and 14 deletions

View File

@ -4,12 +4,7 @@ Plugin requires python binding
--- INSTALLATION ---
1. Windows
1.1 Download from 'http://code.google.com/p/libtorrent/downloads/list'
last version of installer for windows, at the moment
it is 'python-libtorrent-0.16.0.win32-py2.6.msi'
1.2 Run installer and point as an installation directory - directory of
python for xbmc. Usually it is 'C:\Program Files (x86)\XBMC\system\python'
1.3 Install addon and enjoy
No installation required, it will download with plugin from repository as module.
2. Linux
2.1 Run at console 'sudo apt-get install python-libtorrent'
@ -21,7 +16,7 @@ sudo apt-get install libboost-dev libboost-python-dev libboost-system-dev g++ li
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
./configure
./configure --enable-python-binding
make
sudo make install
sudo ldconfig
@ -34,12 +29,7 @@ ________________________________________________________________________________
--- ИНСТАЛЯЦИЯ ---
1. Windows
1.1 Скачиваем отсюда 'http://code.google.com/p/libtorrent/downloads/list'
последнюю версию инсталлера библиотеки для windows, на момент написания
это была версия 'python-libtorrent-0.16.0.win32-py2.6.msi'
1.2 После запуска инсталлера нужно указать в качестве директории установки -
директорию python для xbmc. Обычно это 'C:\Program Files (x86)\XBMC\system\python'
1.3 Устанавливаем аддон в XBMC и пользуемся
Все установится автоматически из репозитория
2. Linux
2.1 Выполняем в терминале sudo apt-get install python-libtorrent
@ -51,7 +41,7 @@ sudo apt-get install libboost-dev libboost-python-dev libboost-system-dev g++ li
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
cd lt/
./autotool.sh
./configure
./configure --enable-python-binding
make
sudo make install
sudo ldconfig