Changes

Jump to: navigation, search

Install Ubuntu

134 bytes added, 20:37, 20 December 2017
Configure engine autorun
<nowiki>mv acestream_3.1.14_ubuntu_14.04_x86_64 /opt/acestream</nowiki>
4. Install dependencies:
<nowiki>sudo apt-get install python-setuptoolssudo apt-get install python-m2cryptosudo apt-get install python-apsw</nowiki>5. Optional dependencies to use GTK GUI: <nowiki>sudo apt-get install python-gtk2
sudo apt-get install python-appindicator</nowiki>
To make this work you need to create <tt>/usr/bin/acestreamengine</tt> shell script which points to the folder where you have installed engine in. For example, if you have installed engine in <tt>/opt/acestream</tt> then the script will be:
<nowiki>#!/bin/shbash
ROOT=/opt/acestream
LD_LIBRARY_PATH=${ROOT}/lib ${ROOT}/acestreamengine --lib-path ${ROOT} $@</nowiki>

Navigation menu