New Read me?
parent
6fef9834fe
commit
ecd412cba6
18
README.txt
18
README.txt
|
@ -4,12 +4,7 @@ Plugin requires python binding
|
||||||
--- INSTALLATION ---
|
--- INSTALLATION ---
|
||||||
|
|
||||||
1. Windows
|
1. Windows
|
||||||
1.1 Download from 'http://code.google.com/p/libtorrent/downloads/list'
|
No installation required, it will download with plugin from repository as module.
|
||||||
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
|
|
||||||
|
|
||||||
2. Linux
|
2. Linux
|
||||||
2.1 Run at console 'sudo apt-get install python-libtorrent'
|
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/
|
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
|
||||||
cd lt/
|
cd lt/
|
||||||
./autotool.sh
|
./autotool.sh
|
||||||
./configure
|
./configure --enable-python-binding
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
@ -34,12 +29,7 @@ ________________________________________________________________________________
|
||||||
--- ИНСТАЛЯЦИЯ ---
|
--- ИНСТАЛЯЦИЯ ---
|
||||||
|
|
||||||
1. Windows
|
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. Linux
|
||||||
2.1 Выполняем в терминале sudo apt-get install python-libtorrent
|
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/
|
svn co https://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk/ lt/
|
||||||
cd lt/
|
cd lt/
|
||||||
./autotool.sh
|
./autotool.sh
|
||||||
./configure
|
./configure --enable-python-binding
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
|
Loading…
Reference in New Issue