mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 13:44:14 +01:00
Improvements to install instructions in README
This commit is contained in:
parent
c2a389841f
commit
da727efc50
45
README.md
45
README.md
@ -2,25 +2,46 @@ svtplay-dl
|
||||
==========
|
||||
Installation
|
||||
------------
|
||||
You need:
|
||||
### Mac OSX
|
||||
|
||||
* [RTMPDump](http://rtmpdump.mplayerhq.hu/) 2.4 or higher
|
||||
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) to download encrypted HLS streams
|
||||
|
||||
You can install it by running the following as root:
|
||||
|
||||
python setup.py install
|
||||
|
||||
If you have OS X and [Homebrew](http://brew.sh/)
|
||||
you can install with:
|
||||
If you have OS X and [Homebrew](http://brew.sh/) you can install with:
|
||||
|
||||
brew install svtplay-dl
|
||||
|
||||
On Debian (Jessie and later), you can install it by running
|
||||
the following as root:
|
||||
### Debian and Ubuntu
|
||||
|
||||
svtplay-dl is available in Debian in Jessie and later and Ubuntu
|
||||
in 14.10 and later, which means you can install it using apt:
|
||||
|
||||
apt-get install svtplay-dl
|
||||
|
||||
... as root.
|
||||
|
||||
### From source
|
||||
|
||||
If packaging isn't available for your operating system, or you
|
||||
want to use a non-released version, you'll want to install from
|
||||
source. Use git to download the sources:
|
||||
|
||||
git clone git://github.com/spaam/svtplay-dl
|
||||
|
||||
svtplay-dl requires the following additional tools and libraries.
|
||||
They are usually available from your distribution's package
|
||||
repositories. If you don't have them, some features will not be
|
||||
working.
|
||||
|
||||
* [RTMPDump](http://rtmpdump.mplayerhq.hu/) 2.4 or higher to
|
||||
download RTMP streams.
|
||||
* [PyCrypto](https://www.dlitz.net/software/pycrypto/) to
|
||||
download encrypted HLS streams
|
||||
|
||||
To install it, run
|
||||
|
||||
make
|
||||
|
||||
# as root:
|
||||
make install
|
||||
|
||||
Support
|
||||
-------
|
||||
This script works for:
|
||||
|
Loading…
Reference in New Issue
Block a user