Skip to content

Install: Dependencies

Chaz Larson edited this page Sep 1, 2018 · 4 revisions

Telly by itself doesn't have many dependencies; what dependencies there are are related to optional features.

  1. FFMpeg

If you're planning to enable FFMpeg, you will have to have FFMpeg installed and in your path.

Details on installing FFMpeg for various platforms can be found here.

https://ffmpeg.org/download.html

  1. Docker

If you're planning to use Telly with Docker, you should have a basic understanding of how Docker works, and Docker should be installed and running on your system.

https://www.docker.com/get-started

You should also be familiar with basic Docker operations like creating, running, and managing containers.

I'm fond of this tutorial, but it is based on Ubuntu Linux.

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04

  1. 7Zip [Windows only]

The telly release comes as a gzipped tar archive. Windows doesn't have built-in tools that can uncompress such a thing. 7Zip is a free tool that can do this.

https://www.7-zip.org

Clone this wiki locally