Fix guide
This commit is contained in:
parent
fa4eae4f04
commit
e52f47ce6e
1 changed files with 14 additions and 5 deletions
19
README.md
19
README.md
|
@ -12,7 +12,9 @@ sudo dnf install -y \
|
|||
zlib \
|
||||
openssl \
|
||||
libzstd \
|
||||
xz-libs
|
||||
xz-libs \
|
||||
wget \
|
||||
unzip
|
||||
```
|
||||
|
||||
On Ubuntu:
|
||||
|
@ -20,12 +22,19 @@ On Ubuntu:
|
|||
```bash
|
||||
sudo apt-get install -y \
|
||||
libglib2.0-0 \
|
||||
gstreamer1.0 \
|
||||
libevent \
|
||||
zlib \
|
||||
libgstreamer1.0 \
|
||||
gstreamer1.0-alsa \
|
||||
gstreamer1.0-plugins-bad \
|
||||
gstreamer1.0-plugins-good \
|
||||
gstreamer1.0-plugins-ugly \
|
||||
gstreamer1.0-pulseaudio \
|
||||
libevent-2.1 \
|
||||
zlib1g \
|
||||
libssl1.1 \
|
||||
zstd \
|
||||
liblzma5
|
||||
liblzma5 \
|
||||
wget \
|
||||
unzip
|
||||
```
|
||||
|
||||
## 2) Obtain binaries
|
||||
|
|
Loading…
Reference in a new issue