mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
docs: Add additional dependencies for Gentoo.
Previously installed dependencies may need to be rebuilt before building HandBrake, so list them all.
This commit is contained in:
parent
2fdd9483b0
commit
f867c7b857
@ -18,14 +18,24 @@ Installing dependencies on Gentoo
|
|||||||
|
|
||||||
The following instructions are for [Gentoo](https://gentoo.org) Base System release 2.2 and [GNOME](https://www.gnome.org).
|
The following instructions are for [Gentoo](https://gentoo.org) Base System release 2.2 and [GNOME](https://www.gnome.org).
|
||||||
|
|
||||||
Dependencies:
|
Dependencies[^rebuild]:
|
||||||
|
|
||||||
- fribidi
|
- fribidi
|
||||||
|
- harfbuzz
|
||||||
- jansson
|
- jansson
|
||||||
|
- lame
|
||||||
- libass
|
- libass
|
||||||
|
- libogg
|
||||||
|
- libsamplerate
|
||||||
|
- libtheora
|
||||||
|
- libvorbis
|
||||||
|
- opus
|
||||||
|
- x264
|
||||||
|
|
||||||
Install dependencies.
|
Install dependencies.
|
||||||
|
|
||||||
sudo emerge --ask fribidi jansson libass
|
sudo emerge --ask fribidi harfbuzz jansson lame libass libogg libsamplerate libtheora libvorbis opus x264
|
||||||
|
|
||||||
Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.
|
Gentoo is now prepared to build HandBrake. See [Building HandBrake for Linux](build-linux.html) for further instructions.
|
||||||
|
|
||||||
|
[^rebuild]: Previously installed dependencies may need to be rebuilt before building HandBrake.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user