docs: Add lbzip2 to Fedora dependencies.

Some contrib tarballs are compressed with bzip2, thus we need lbzip2 for tar to decompress them. lbzip2 is not included in minimal Fedora installations.
This commit is contained in:
tinsjourney
2019-02-07 11:55:37 +01:00
committed by Bradley Sepos
parent 1bab2f9a25
commit 7dc07bc325
3 changed files with 6 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ Dependencies:
- harfbuzz-devel
- jansson-devel
- lame-devel
- lbzip2
- libass-devel
- libogg-devel
- libsamplerate-devel
@@ -75,7 +76,7 @@ Install dependencies.
sudo yum update
sudo yum groupinstall "Development Tools" "Development Libraries"
sudo yum install bzip2-devel cmake fontconfig-devel freetype-devel fribidi-devel gcc-c++ git harfbuzz-devel jansson-devel lame-devel libass-devel libogg-devel libsamplerate-devel libtheora-devel libtool libvorbis-devel libxml2-devel m4 make nasm opus-devel patch python speex-devel tar xz-devel yasm zlib-devel
sudo yum install bzip2-devel cmake fontconfig-devel freetype-devel fribidi-devel gcc-c++ git harfbuzz-devel jansson-devel lame-devel lbzip2 libass-devel libogg-devel libsamplerate-devel libtheora-devel libtool libvorbis-devel libxml2-devel m4 make nasm opus-devel patch python speex-devel tar xz-devel yasm zlib-devel
Install the [RPM Fusion](http://rpmfusion.org) Free repository and related additional dependencies.