Last active
August 6, 2017 18:52
-
-
Save fastesol/17e2af8e6eae8a0fc10f39068fe0cc5c to your computer and use it in GitHub Desktop.
LibTorrent Rasterbar 1.1.4 Install shell script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install -y boost boost-devel | |
yum install -y make gcc gcc-c++ kernel-devel python-devel | |
wget https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1_4/libtorrent-rasterbar-1.1.4.tar.gz | |
tar zxvf libtorrent-rasterbar-1.1.4.tar.gz | |
cd libtorrent-rasterbar-1.1.4 | |
./configure --disable-debug --with-boost-libdir=/usr/lib64 --disable-encryption --enable-python-binding | |
make && make install | |
export LD_LIBRARY_PATH=/usr/local/lib/ | |
cd bindings/python | |
python setup.py build | |
python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment