diff --git a/README.txt b/README.txt index 7e29ed1..33dcb93 100644 --- a/README.txt +++ b/README.txt @@ -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