mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: Use yum localinstall instead of rpm for HarfBuzz on CentOS 6.
Same difference, but avoids a yum warning on next run.
This commit is contained in:
parent
47af690394
commit
aff0560243
@ -72,7 +72,7 @@ Download, build, and install HarfBuzz (provides the `harfbuzz-devel` package).
|
||||
sudo mkdir -p /root/rpmbuild/SOURCES
|
||||
sudo curl -o /root/rpmbuild/SOURCES/harfbuzz-0.9.36.tar.bz2 'https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.36.tar.bz2'
|
||||
sudo rpmbuild -ba /root/rpmbuild/SPECS/harfbuzz.spec
|
||||
sudo rpm -ivh /root/rpmbuild/RPMS/x86_64/harfbuzz-*.rpm
|
||||
sudo yum localinstall /root/rpmbuild/RPMS/x86_64/harfbuzz-*.rpm
|
||||
|
||||
CentOS is now prepared to build the HandBrake [CLI](abbr:Command Line Interface). See [Building HandBrake for Linux](build-linux.html) for further instructions.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user