Ubuntu |
See ubuntuforums.org/…owthread.php and bbs.archlinux.org/…ewtopic.php for explanations |
|||
Installed basic Kodi 14 with: add-apt-repository ppa:team-xbmc/ppa apt-get update apt-get install kodi
apt-get install kodi-pvr-tvheadend-hts
|
|||
Purpose of tools and their dependencies
|
|||
apt-get install openssh-server Follow instructions on www.howtoforge.com/…untu-14.04 making particularly sure to follow them on the first setup screen when the database is chosen.
service apache2 restart
/data/owncloud /var/www none bind 0 0 |
|||
Basic setupecho 'apt update; apt dist-upgrade' > /root/up && chmod 700 /root/up apt -y install openssh-server vim subversion git mysql-server apt -y install gedit mysql-workbench apt -y install python-mysqldb python-pip python-yaml pip install python-redmine apt -y install vlc wkhtmltopdf rdiff-backup evince keepassx ln -sfn /usr/bin/wkhtmltopdf /usr/bin/wkhtmltopdf2 # alias for when more than one version is in use
Other software
|
|||
apt -y install openssh-server apt -y install tasksel tasksel install lamp-server
|
|||
The latest git version of the MLT framework can be downloaded and compiled as decribed here: www.mltframework.org/…dScripts wget http://github.com/mltframework/mlt-scripts/raw/master/build/build-melted.sh sudo apt-get install nasm libmp3lame0 libgavl1 libsox2 libqt4-gui libexif12 libvdpau1 sudo apt-get install libsamplerate0-dev libsdl1.2-dev qtdeclarative5-dev libogg-dev sudo apt-get install git automake autoconf libtool intltool g++ yasm nasm swig libmp3lame-dev libgavl-dev libsamplerate-dev libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-de |
|||
Here are some good recommendations:
|
|||
It’s important to remove any traces of the fake ffmpeg that Ubuntu unfortunately packages. You know you have it because if you run ffmpeg you get a vindictive message from former developers who left the project.
The official installation guide seems to be maintained regularly: Some problems and solutions are here: |
|||
There is an excellent article here: www.makeuseof.com/…en-machines
|
|||
