forked from sergiotarxz/Peertube-dl
Windows and Apple hints to be able to install the program.
This commit is contained in:
parent
539a940bc7
commit
9f7ca76dfe
21
README.md
21
README.md
@ -18,7 +18,10 @@ There is two alternative ways:
|
|||||||
|
|
||||||
### System install
|
### System install
|
||||||
|
|
||||||
```
|
```shell
|
||||||
|
# Be aware the apt command applies to Debian/Ubuntu or other distributions using apt as their package manager.
|
||||||
|
# I am not adding instructions to every distro since they can difficult reading this document.
|
||||||
|
# You should use the equivalent packages for your distribution if you are not using a Debian-like distribution of GNU/Linux.
|
||||||
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl
|
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make
|
||||||
@ -33,6 +36,22 @@ cpanm . --installdeps
|
|||||||
cpanm .
|
cpanm .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
You should use Cywgin, Strawberry perl or WSL to be able to use this software in Windows.
|
||||||
|
|
||||||
|
I am not giving you a detailed instructions in that case given that I am not responsible
|
||||||
|
of your bad software choices in operative systems.
|
||||||
|
|
||||||
|
### MAC
|
||||||
|
|
||||||
|
Maybe you can use homebrew to get the prerequisites and run this program.
|
||||||
|
|
||||||
|
Again not detailed instructions since it is not my problem the defective by desing OS and
|
||||||
|
hardware you choose.
|
||||||
|
|
||||||
|
It is doable anyway if you want to give a try.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`peertube-dl <Supported url>`
|
`peertube-dl <Supported url>`
|
||||||
|
Loading…
Reference in New Issue
Block a user